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 was trying to implement naive mat mul code using triton. Getting below error IndexError: map::at
I am running this in google colab on T4 GPU
I suspect there is something wrong with the way i am doing the dot product, but unable to decode whats the issue
Below is the code. Much appreciate any suggestions on resolving the issue
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was trying to implement naive mat mul code using triton. Getting below error
IndexError: map::at
I am running this in google colab on T4 GPU
I suspect there is something wrong with the way i am doing the dot product, but unable to decode whats the issue
Below is the code. Much appreciate any suggestions on resolving the issue
Beta Was this translation helpful? Give feedback.
All reactions