File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,11 @@ jobs:
49
49
env :
50
50
MAT : ${{ needs.generate-matrix.outputs.matrix }}
51
51
# Nova Coordinate Filters:
52
- # cuda/13.0-aarch64: Not supported in FBGEMM CI yet
53
52
run : |
54
53
set -ex
55
54
pwd
56
55
ls
57
- MATRIX_BLOB="$( python .github/scripts/filter_nova_matrix.py --filter 'gpu_arch_version:13.0-aarch64' )"
56
+ MATRIX_BLOB="$( python .github/scripts/filter_nova_matrix.py )"
58
57
echo "${MATRIX_BLOB}"
59
58
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
60
59
Original file line number Diff line number Diff line change @@ -50,14 +50,13 @@ jobs:
50
50
env :
51
51
MAT : ${{ needs.generate-matrix.outputs.matrix }}
52
52
# Nova Coordinate Filters:
53
- # cuda/13.0: Not supported in FBGEMM CI yet
54
53
# rocm/3.13t: causes segfaults at runtime
55
54
# python/3.14: markupsafe is not available yet for python 3.14, so codegen breaks
56
55
run : |
57
56
set -ex
58
57
pwd
59
58
ls
60
- MATRIX_BLOB="$( python .github/scripts/filter_nova_matrix.py --filter gpu_arch_version:13.0 --filter 'gpu_arch_type:rocm;python_version:3.13t' --filter 'python_version:3.14' )"
59
+ MATRIX_BLOB="$( python .github/scripts/filter_nova_matrix.py --filter 'gpu_arch_type:rocm;python_version:3.13t' --filter 'python_version:3.14' )"
61
60
echo "${MATRIX_BLOB}"
62
61
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
63
62
You can’t perform that action at this time.
0 commit comments