triton-lang / triton

Development repository for the Triton language and compiler

Home Page:https://triton-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug Triton

ADongGu opened this issue · comments

import os
os.environ["TRITON_INTERPRET"] = "1"
@triton.jit
def some_kernel():

Add a print statement!

Is this option(TRITON_INTERPRET) not available in triton 2.1.0?