Skip to content

Commit 3bdf9f3

Browse files
aporialiaofacebook-github-bot
authored andcommitted
Remove 118 CUDA run for GPU Unit Test CI (#3256)
Summary: Pull Request resolved: #3256 CUDA 118 is too old - does not have updated references for FBGEMM anymore. Removing CUDA 118 case in GPU unit tests which was causing failures in OSS. Note - there's an issue with other GPU unit tests - seems like timeout issue - I will resolve in separate diff. Reviewed By: isururanawaka Differential Revision: D79598741 fbshipit-source-id: d9efcfdeea08017f22631f229788f322db5d70fe
1 parent 40d8fb0 commit 3bdf9f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/unittest_ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
cuda-tag: ["cu118", "cu126", "cu128"]
29+
cuda-tag: ["cu126", "cu128"]
3030
os:
3131
- linux.g5.12xlarge.nvidia.gpu
3232
python:
@@ -43,8 +43,6 @@ jobs:
4343
is_pr:
4444
- ${{ github.event_name == 'pull_request' }}
4545
exclude:
46-
- is_pr: true
47-
cuda-tag: "cu118"
4846
- is_pr: true
4947
cuda-tag: "cu126"
5048
- is_pr: true

0 commit comments

Comments
 (0)