Skip to content

Commit

Permalink
Run in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Apr 10, 2024
1 parent a2d68cc commit 431708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_iree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
IREE_TEST_CONFIG_FILES: iree_tests/configs/config_onnx_gpu_rocm_rdna3.json
run: |
source ${VENV_DIR}/bin/activate
pytest iree_tests/onnx/node/generated -rpfE --timeout=30 --durations=10
pytest iree_tests/onnx/node/generated -rpfE -n 4 --timeout=30 --durations=10
linux_x86_64_w7900_gpu_models:
if: false # DO NOT SUBMIT (testing just one job)
Expand Down

0 comments on commit 431708f

Please sign in to comment.