Skip to content

Commit 49b7e2c

Browse files
committed
improper_ctypes for matrix intrinsics
1 parent 350f6f9 commit 49b7e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cuda_std/src/warp/matrix/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// WMMA intrinsic declarations
22
// rustfmt::skip
3-
#[allow(improper_ctypes)]
3+
#![allow(improper_ctypes)]
44

55
// ============= 16x16x16 shape =============
66
mod m16n16k16 {

0 commit comments

Comments
 (0)