helion.language.device_print

helion.language.device_print(prefix, *values)[source]

Print values from device code.

Parameters:
  • prefix (str) – A string prefix for the print statement

  • values (object) – Tensor values to print

Return type:

None

Returns:

None