[][src]Macro accel_core::println

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

Alternative of std::println! using CUDA vprintf system-call