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 ff41c99 commit 8cafeb3Copy full SHA for 8cafeb3
crates/cuda_std/src/warp.rs
@@ -35,7 +35,7 @@ pub fn lane_id() -> u32 {
35
let mut out;
36
unsafe {
37
asm!(
38
- "mov.u32 {}, %laneid",
+ "mov.u32 {}, %laneid;",
39
out(reg32) out
40
);
41
}
0 commit comments