From 0d46a1a72393946913bd38fa0e50386ec161ef7b Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Mon, 22 Jun 2026 21:25:51 +0900 Subject: [PATCH] Fix CubeCL doc-test fast math enumset --- crates/cubecl-core/src/runtime_tests/binary.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { (