Skip to content

Commit b15599f

Browse files
iden-kalemajfacebook-github-bot
authored andcommitted
Add mixed precision tests to ci_gpu
Summary: Mixed precision tests need gpu Differential Revision: D76459337
1 parent 9360a3e commit b15599f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci_gpu.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@ jobs:
9494
name: cifar10-gpu-reports
9595
path: runs/cifar10/test-reports
9696

97+
- name: Run mixed precision tests (CUDA)
98+
run: |
99+
mkdir -p runs/mixed_precision/test-reports
100+
python -m unittest opacus.tests.mixed_precision_test
101+
102+
- name: Store mixed precision test results
103+
uses: actions/upload-artifact@v4
104+
with:
105+
name: mixed-precision-gpu-reports
106+
path: runs/mixed_precision/test-reports
107+
97108
# To save resouces, there is no need to run all the tests.
98109
# - name: Run IMDb integration test (CUDA)
99110
# run: |

0 commit comments

Comments
 (0)