macro_rules! println { ($($arg:tt)*) => { ... }; }
A wrapper around std::println that is a noop on the GPU.
std::println