There was an error while loading. Please reload this page.
1 parent 5b8d9ff commit 6424d9dCopy full SHA for 6424d9d
1 file changed
crates/cubecl-core/src/runtime_tests/binary.rs
@@ -53,7 +53,7 @@ expected: {:?}",
53
54
// Needs lazy because const trait fns aren't stable
55
static FAST_MATH: Lazy<EnumSet<FastMath>> =
56
- Lazy::new(|| FastMath::all().difference(FastMath::NotNaN));
+ Lazy::new(|| FastMath::all().difference(FastMath::NotNaN.into()));
57
58
macro_rules! test_binary_impl {
59
(
0 commit comments