Open llvmbot opened 3 years ago
assigned to @nicolasvasilache
Recently I was studying how to compile the example to run on GPU. After I saw your question, I would like to ask you for help. Does you have any idea how to use it to run on GPU ? Thanks for your help with it.
I have not yet worked on MLIR + GPU outside of IREE. Reassigning to someone else for now.
Extended Description
So, I was trying with this MLIR code:
and this is my mlir-opt pass:
and this is how I'm generating the object:
I didn't get any complain up to this point, but when I was trying to generate the executable --
I get these errors --
How do I make this work? Any idea?