Test suites for IREE and related projects.
linalg_ops/ : 'linalg' and related operations
- Generated tests for matrix multiplication, convolution, and attention using the MLIR 'linalg' dialect and the IREE 'linalg_ext' dialect.
- 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.