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
I face a strange bug. I make a fused kernel, including conv1d and a matrix multiplication. It get right result when enable TRITON_INTERPRET=1, but get wrong result when disable it.
Another point is when remove matrix multiplication from this kernel, It always get right results.
Describe the bug
I face a strange bug. I make a fused kernel, including conv1d and a matrix multiplication. It get right result when enable TRITON_INTERPRET=1, but get wrong result when disable it.
Another point is when remove matrix multiplication from this kernel, It always get right results.
Environment details
Triton 3.1.0
GPU: 3090
The text was updated successfully, but these errors were encountered: