pub macro print($($arg:tt)*) { ... }
Available on crate feature
device only.Expand description
Prints to the CUDA kernel’s standard output using the vprintf system call.
Replacement for the std::print! macro, which now forwards to the
print() function.