Skip to content

Commit 4523f8a

Browse files
committed
[fbgemm_gpu] Enable CUDA 13.0 for TBE in Nova
- Enable CUDA 13.0 for TBE in Nova
1 parent 2033a0a commit 4523f8a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build_wheels_genai_linux_aarch64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ jobs:
4949
env:
5050
MAT: ${{ needs.generate-matrix.outputs.matrix }}
5151
# Nova Coordinate Filters:
52-
# cuda/13.0-aarch64: Not supported in FBGEMM CI yet
5352
run: |
5453
set -ex
5554
pwd
5655
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 )"
5857
echo "${MATRIX_BLOB}"
5958
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
6059

.github/workflows/build_wheels_linux_x86.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ jobs:
5050
env:
5151
MAT: ${{ needs.generate-matrix.outputs.matrix }}
5252
# Nova Coordinate Filters:
53-
# cuda/13.0: Not supported in FBGEMM CI yet
5453
# rocm/3.13t: causes segfaults at runtime
5554
# python/3.14: markupsafe is not available yet for python 3.14, so codegen breaks
5655
run: |
5756
set -ex
5857
pwd
5958
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' )"
6160
echo "${MATRIX_BLOB}"
6261
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
6362

0 commit comments

Comments
 (0)