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 350f6f9 commit 49b7e2cCopy full SHA for 49b7e2c
crates/cuda_std/src/warp/matrix/intrinsics.rs
@@ -1,6 +1,6 @@
1
// WMMA intrinsic declarations
2
// rustfmt::skip
3
-#[allow(improper_ctypes)]
+#![allow(improper_ctypes)]
4
5
// ============= 16x16x16 shape =============
6
mod m16n16k16 {
0 commit comments