diff --git a/crates/cubecl-cuda/tests/common.rs b/crates/cubecl-cuda/tests/common.rs index 813f91b81..537866bf5 100644 --- a/crates/cubecl-cuda/tests/common.rs +++ b/crates/cubecl-cuda/tests/common.rs @@ -37,6 +37,7 @@ pub fn array() -> ArrayCompilationArg { pub fn compile(kernel: impl Kernel) -> String { let kernel = <::Compiler as Compiler>::compile( kernel.define(), + &Default::default(), ExecutionMode::Checked, ) .to_string();