pub fn print(s: &str)
Expand description
The bare print function underlying the print!
macros.
Sends a string to the host console using the printf
support of the HIP runtime.
ยงExample
amdgpu_device_libs::print("Printed on the host terminal\n");