We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2d1d1 commit 4f7cc44Copy full SHA for 4f7cc44
crates/cuda_std/src/float_ext.rs
@@ -3,6 +3,9 @@
3
4
use cuda_std_macros::gpu_only;
5
6
+#[cfg(target_arch = "nvptx64")]
7
+use crate::intrinsics as raw;
8
+
9
// allows us to add new functions to the trait at any time without needing a new major version.
10
mod private {
11
pub trait Sealed {}
0 commit comments