We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccc405 commit 371dbfbCopy full SHA for 371dbfb
crates/optix_device/src/lib.rs
@@ -1,4 +1,5 @@
1
#![cfg_attr(target_os = "cuda", feature(asm_experimental_arch))]
2
+#[cfg(target_os = "cuda")]
3
use core::arch::asm;
4
5
extern crate alloc;
0 commit comments