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 87ea91c commit 0dd095aCopy full SHA for 0dd095a
samples/introduction/async_api/kernels/src/lib.rs
@@ -1,7 +1,6 @@
1
use cuda_std::prelude::*;
2
3
#[kernel]
4
-#[allow(improper_ctypes_definitions, clippy::missing_safety_doc)]
5
pub unsafe fn increment(g_data: *mut u32, inc_value: u32) {
6
// This can also be obtained directly as
7
//
0 commit comments