Running Triton in IREE #19606
Replies: 1 comment 3 replies
-
| The  For example, 
 Can you produce programs with known ranks? I see some notes on  
 It looks like the ranks and shapes are actually known in your program there, based on the  | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am trying to run Triton kernels in IREE, for that, I get arith+linalg IR from https://github.com/microsoft/triton-shared , bufferize it with:
but when I run:
the original code contains no
!vm.ref<memref<*xf32>>that is likely something internal to IREE, do you have an advice on how to prepare the IR to be compilable with IREE?Complete code below, thank you!
Beta Was this translation helpful? Give feedback.
All reactions