Test suites for IREE and related projects.
🚧🚧🚧 Under construction 🚧🚧🚧
See https://groups.google.com/g/iree-discuss/c/GIWyj8hmP0k/ for context.
linalg_ops/ : 'linalg' and related ops
- Generated tests for matrix multiplication using the MLIR 'linalg' dialect (tests for other ops like 'attention' and 'convolution' are planned).
- Built with cmake and run via ctest (for now?).
onnx_models/ : Open Neural Network Exchange models
- Tests that import, compile, and run ONNX models through IREE then compare the outputs against a reference (ONNX Runtime).
- Runnable via pytest.