[go: up one dir, main page]

Macro cuda_std::println[][src]

macro_rules! println {
    () => { ... };
    ($fmt : expr) => { ... };
    ($fmt : expr, $($arg : tt) *) => { ... };
}
Expand description

Alternative to println! which works on CUDA. See print for more info.