Skip to content

Commit fb07aca

Browse files
janeyx99facebook-github-bot
authored andcommitted
Adding support for CUDA 11.2 in our nightly build matrix (pytorch#51611)
Summary: Replacing 11.0 with 11.2 in our nightlies. (am slightly uncertain why the manywheel linux tests worked before we added the GPU driver for 11.2) Pull Request resolved: pytorch#51611 Reviewed By: malfet, seemethere, zhangguanheng66 Differential Revision: D26282829 Pulled By: janeyx99 fbshipit-source-id: b15380e5c44a957e6a85e4f5fb9691ab9c6103a5
1 parent 5c3a054 commit fb07aca

File tree

4 files changed

+307
-293
lines changed

4 files changed

+307
-293
lines changed

.circleci/cimodel/data/dimensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CUDA_VERSIONS = [
44
"101",
55
"102",
6-
"110",
6+
"112",
77
]
88

99
ROCM_VERSIONS = [

0 commit comments

Comments
 (0)