Skip to content

Commit

Permalink
Add "ONNX Ops" to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Aug 13, 2024
1 parent bbc6b4f commit 705c075
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ Test suites for IREE and related projects.
🚧🚧🚧 Under construction 🚧🚧🚧

See https://groups.google.com/g/iree-discuss/c/GIWyj8hmP0k/ for context.

## Test suites

### ONNX Ops ([onnx-ops/](onnx-ops/))

[![Test ONNX Ops](https://github.com/iree-org/iree-test-suites/actions/workflows/test_onnx_ops.yml/badge.svg?branch=main&event=push)](https://github.com/iree-org/iree-test-suites/actions/workflows/test_onnx_ops.yml?query=event%3Apush+branch%3Amain)

* 1250+ tests for ONNX (Open Neural Network Exchange: https://onnx.ai/)
operators (https://onnx.ai/onnx/operators/).
* Runnable via [pytest](https://docs.pytest.org/en/stable/) using a
configurable set of flags to `iree-compile` and `iree-run-module`, allowing
for testing across different compilation targets and runtime devices.

0 comments on commit 705c075

Please sign in to comment.