-
Has anyone investigated a route for interop between Are there immediate blockers to attempting this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
I actually did investigate adding Taichi custom calls but didn't made much progress and have not worked on it for a month or so. I am still struggling to understand how/where in their codebase Taichi launches the kernels. If you happen to know this, please let me know! If you wanted to investigate this yourself, I think looking at |
Beta Was this translation helpful? Give feedback.
-
Dear @sharadmv , are you still working on Taichi? I think Taichi is much more flexible than triton when working on sparse data. |
Beta Was this translation helpful? Give feedback.
I actually did investigate adding Taichi custom calls but didn't made much progress and have not worked on it for a month or so. I am still struggling to understand how/where in their codebase Taichi launches the kernels. If you happen to know this, please let me know!
If you wanted to investigate this yourself, I think looking at
jax-triton
is a good starting point since it is a similar type of integration.