Skip to content

Commit

Permalink
Regenerate ONNX tests using newer torch-mlir. (#84)
Browse files Browse the repository at this point in the history
* Regenerate onnx tests using latest torch-mlir.

* Update XFAIL lists in CPU and GPU Vulkan configs.

* Rename config_cpu to config_cpu_llvm_sync matching IREE.
  • Loading branch information
ScottTodd authored Mar 4, 2024
1 parent e2cc489 commit 119c52c
Show file tree
Hide file tree
Showing 2,082 changed files with 8,298 additions and 2,976 deletions.
4 changes: 2 additions & 2 deletions iree_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Tests are run using the [pytest](https://docs.pytest.org/en/stable/) framework.
A [`conftest.py`](conftest.py) file collects test cases from subdirectories,
wrapping each directory matching the format described above to one test case
per test configuration. Test configurations are defined in JSON config files
like [`configs/config_cpu.json`](./configs/config_cpu.json).
like [`configs/config_cpu_llvm_sync.json`](./configs/config_cpu_llvm_sync.json).

### Common venv setup with deps

Expand Down Expand Up @@ -89,7 +89,7 @@ $ pytest iree_tests -n auto
Run tests using custom config files:

```bash
$ export IREE_TEST_CONFIG_FILES=/iree/config_cpu.json;/iree/config_gpu.json
$ export IREE_TEST_CONFIG_FILES=/iree/config_cpu_llvm_sync.json;/iree/config_gpu_vulkan.json
$ pytest iree_tests
```

Expand Down
Loading

0 comments on commit 119c52c

Please sign in to comment.