Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate ONNX tests using newer torch-mlir. #84

Merged
merged 3 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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