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 930f02c commit 51c188dCopy full SHA for 51c188d
build_deps/toolchains/gpu/cuda_configure.bzl
@@ -52,15 +52,11 @@ _PYTHON_BIN_PATH = "PYTHON_BIN_PATH"
52
53
_DEFAULT_CUDA_COMPUTE_CAPABILITIES = {
54
"11.0": [
55
- "6.0",
56
- "6.1",
57
"7.0",
58
"7.5",
59
"8.0",
60
],
61
"10.0": [
62
63
64
65
66
@@ -77,8 +73,6 @@ _DEFAULT_CUDA_COMPUTE_CAPABILITIES.update(
77
73
78
74
_DEFAULT_CUDA_COMPUTE_CAPABILITIES.update(
79
75
{"11.{}".format(v): [
80
81
82
76
83
84
@@ -90,8 +84,6 @@ _DEFAULT_CUDA_COMPUTE_CAPABILITIES.update(
90
91
85
92
86
{"12.{}".format(v): [
93
94
95
87
96
88
97
89
0 commit comments