diff --git a/crates/cubecl-core/src/runtime_tests/binary.rs b/crates/cubecl-core/src/runtime_tests/binary.rs index 9f412fd044..1244499156 100644 --- a/crates/cubecl-core/src/runtime_tests/binary.rs +++ b/crates/cubecl-core/src/runtime_tests/binary.rs @@ -53,7 +53,7 @@ expected: {:?}", // Needs lazy because const trait fns aren't stable static FAST_MATH: Lazy> = - Lazy::new(|| FastMath::all().difference(FastMath::NotNaN)); + Lazy::new(|| FastMath::all().difference(FastMath::NotNaN.into())); macro_rules! test_binary_impl { (