You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since triton-lang/triton#644 a new API is available which is supposed to provide significantly lower overhead.
Replace using triton.jit() annotation by a simplified call to triton.compile().
It has been done in inductor project in this PR: pytorch/torchdynamo#1338
Since triton-lang/triton#644 a new API is available which is supposed to provide significantly lower overhead.
Replace using
triton.jit()annotation by a simplified call totriton.compile().It has been done in inductor project in this PR: pytorch/torchdynamo#1338