Replies: 1 comment 2 replies
-
Triton doesn't support indexing, meaning that you can't do something like this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I wanted to try implement the cross product using Triton (same functionality as torch.linalg.cross).
This is what I tried:
But this error came up:
Clearly I did something wrong. Can anyone nudge me in the right direction please?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions