Macro rust_cuda::device::utils::println

source ·
pub macro println {
    () => { ... },
    ($($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::println! macro, which now forwards to the print() function.