Skip to content

Commit

Permalink
add missing arguments to compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtremblay committed Nov 22, 2024
1 parent 71f0878 commit 748ef05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cubecl-cuda/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub fn array() -> ArrayCompilationArg {
pub fn compile(kernel: impl Kernel) -> String {
let kernel = <<CudaRuntime as Runtime>::Compiler as Compiler>::compile(
kernel.define(),
&Default::default(),
ExecutionMode::Checked,
)
.to_string();
Expand Down

0 comments on commit 748ef05

Please sign in to comment.