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