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
Generally looking for proof that the work tracked in nod-ai/SHARK-ModelDev#347 has fully landed in IREE and is supported across the full range of targets.
The text was updated successfully, but these errors were encountered:
I've started using iree-turbine to generate tests. Writing IR for something like gather + attention fusion is somewhat hard for me, it's much easier to just write it in iree-turbine
This is the template i used:
Could look at the Python test cases in https://github.com/pytorch/pytorch/tree/main/test, or lean more on tests in torch-mlir: https://github.com/llvm/torch-mlir/tree/main/test. There are also some tests in https://github.com/nod-ai/SHARK-TestSuite/tree/main/e2eshark/pytorch/operators.
Generally looking for proof that the work tracked in nod-ai/SHARK-ModelDev#347 has fully landed in IREE and is supported across the full range of targets.
The text was updated successfully, but these errors were encountered: