Skip to content

Commit 5938a06

Browse files
committed
workflow
1 parent 1fded13 commit 5938a06

File tree

1 file changed

+6
-6
lines changed
  • crates/luminal_cuda/src/kernel

1 file changed

+6
-6
lines changed

crates/luminal_cuda/src/kernel/ops.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ extern \"C\" {{
118118
let ptx = compile_ptx_with_opts(
119119
&kernel,
120120
CompileOptions {
121-
arch: Some("sm_90a"),
122-
options: vec!["--std=c++17".to_string(), "-default-device".to_string()],
123-
include_paths: vec![
124-
"/usr/local/cuda/include".to_string(),
125-
"/usr/include".to_string(),
126-
],
121+
// arch: Some("sm_90a"),
122+
// options: vec!["--std=c++17".to_string(), "-default-device".to_string()],
123+
// include_paths: vec![
124+
// "/usr/local/cuda/include".to_string(),
125+
// "/usr/include".to_string(),
126+
// ],
127127
..Default::default()
128128
},
129129
)

0 commit comments

Comments
 (0)