We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371dbfb commit a7f106cCopy full SHA for a7f106c
examples/cuda/gpu/path_tracer_gpu/src/optix.rs
@@ -20,7 +20,7 @@ use optix_device::{
20
};
21
22
extern "C" {
23
- #[cfg(target_os = "cuda")]
+ #[cfg_attr(target_os = "cuda", nvvm_internal::addrspace(4))]
24
static PARAMS: LaunchParams<'static>;
25
}
26
0 commit comments