We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc82872 commit bce663cCopy full SHA for bce663c
1 file changed
src/offload/usage.md
@@ -57,7 +57,7 @@ fn main() {
57
58
#[inline(never)]
59
unsafe fn kernel(x: *mut [f64; 256]) {
60
- core::intrinsics::offload(kernel_1, (x,))
+ core::intrinsics::offload(_kernel_1, [256, 1, 1], [32, 1, 1], (x,))
61
}
62
63
#[cfg(target_os = "linux")]
0 commit comments