Skip to content

Commit af7fa41

Browse files
committed
fixed compile args
1 parent d219148 commit af7fa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/luminal_cuda/src/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ pub fn compile_interpreter(
11761176
let ptx = compile_ptx_with_opts(
11771177
&kernel,
11781178
CompileOptions {
1179-
arch: Some("sm_89"),
1179+
arch: Some("sm_75"),
11801180
..Default::default()
11811181
},
11821182
)

0 commit comments

Comments
 (0)