We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e30cb commit 03374fcCopy full SHA for 03374fc
.github/workflows/_mac-test-mps.yml
@@ -82,6 +82,20 @@ jobs:
82
83
${CONDA_RUN} python3 test/run_test.py --mps --verbose
84
85
+ - name: Run MPS Test Modules
86
+ id: test_2
87
+ env:
88
+ ENV_NAME: conda-test-env-${{ github.run_id }}
89
+ shell: arch -arch arm64 bash {0}
90
+ # During bring up of test_modules don't show this as an error.
91
+ continue-on-error: true
92
+ run: |
93
+ # shellcheck disable=SC1090
94
+ set -ex
95
+ # TODO(https://github.com/pytorch/pytorch/issues/79293)
96
+
97
+ ${CONDA_RUN} python3 test/test_modules.py -k mps --verbose
98
99
- name: Print remaining test logs
100
shell: bash
101
if: always()
0 commit comments