triton.language.static_print

triton.language.static_print(*values, sep: str = ' ', end: str = '\n', file=None, flush=False)

Print the values at compile time. The parameters are the same as the builtin print.