Cudarc static-linking enabled.

This commit is contained in:
Nicolas Patry
2025-03-29 09:27:53 +01:00
parent 2c0f6b008e
commit ec6d7ca773
16 changed files with 36 additions and 33 deletions

View File

@ -144,7 +144,7 @@ fn inplace_op1() -> Result<()> {
Ok(())
}
#[cfg(any(feature = "cuda", feature = "metal"))]
#[cfg(any(feature = "_cuda", feature = "metal"))]
#[allow(clippy::approx_constant)]
#[test]
fn ug_op() -> Result<()> {