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 d20e023 commit 5d2bf59Copy full SHA for 5d2bf59
crates/cuda_std/src/atomic.rs
@@ -18,7 +18,7 @@
18
//! Therefore we chose to go with the approach of implementing all atomics inside cuda_std. In the future, we may support
19
//! a subset of core atomics, but for now, you will have to use cuda_std atomics.
20
21
-#![allow(unused_unsafe)]
+#![allow(unused_unsafe, warnings)]
22
23
pub mod intrinsics;
24
pub mod mid;
0 commit comments