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 9360a3e commit b15599fCopy full SHA for b15599f
.github/workflows/ci_gpu.yml
@@ -94,6 +94,17 @@ jobs:
94
name: cifar10-gpu-reports
95
path: runs/cifar10/test-reports
96
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
108
# To save resouces, there is no need to run all the tests.
109
# - name: Run IMDb integration test (CUDA)
110
# run: |
0 commit comments