Skip to content

Commit 51c188d

Browse files
MoFHekarhdong
authored andcommitted
[fix] HKV do not support compute capacity under sm70. Delete them in configure.bzl.
1 parent 930f02c commit 51c188d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build_deps/toolchains/gpu/cuda_configure.bzl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,11 @@ _PYTHON_BIN_PATH = "PYTHON_BIN_PATH"
5252

5353
_DEFAULT_CUDA_COMPUTE_CAPABILITIES = {
5454
"11.0": [
55-
"6.0",
56-
"6.1",
5755
"7.0",
5856
"7.5",
5957
"8.0",
6058
],
6159
"10.0": [
62-
"6.0",
63-
"6.1",
6460
"7.0",
6561
"7.5",
6662
],
@@ -77,8 +73,6 @@ _DEFAULT_CUDA_COMPUTE_CAPABILITIES.update(
7773

7874
_DEFAULT_CUDA_COMPUTE_CAPABILITIES.update(
7975
{"11.{}".format(v): [
80-
"6.0",
81-
"6.1",
8276
"7.0",
8377
"7.5",
8478
"8.0",
@@ -90,8 +84,6 @@ _DEFAULT_CUDA_COMPUTE_CAPABILITIES.update(
9084

9185
_DEFAULT_CUDA_COMPUTE_CAPABILITIES.update(
9286
{"12.{}".format(v): [
93-
"6.0",
94-
"6.1",
9587
"7.0",
9688
"7.5",
9789
"8.0",

0 commit comments

Comments
 (0)