We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fded13 commit 5938a06Copy full SHA for 5938a06
crates/luminal_cuda/src/kernel/ops.rs
@@ -118,12 +118,12 @@ extern \"C\" {{
118
let ptx = compile_ptx_with_opts(
119
&kernel,
120
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
- ],
+ // arch: Some("sm_90a"),
+ // options: vec!["--std=c++17".to_string(), "-default-device".to_string()],
+ // include_paths: vec![
+ // "/usr/local/cuda/include".to_string(),
+ // "/usr/include".to_string(),
+ // ],
127
..Default::default()
128
},
129
)
0 commit comments