Sync capabilities with upstream
Browse files- build.toml +1 -1
build.toml
CHANGED
@@ -9,7 +9,7 @@ src = [
|
|
9 |
|
10 |
[kernel.activation]
|
11 |
language = "cuda-hipify"
|
12 |
-
cuda-capabilities = [ "7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0" ]
|
13 |
rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
|
14 |
src = [
|
15 |
"activation/activation_kernels.cu",
|
|
|
9 |
|
10 |
[kernel.activation]
|
11 |
language = "cuda-hipify"
|
12 |
+
cuda-capabilities = [ "7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0", "10.0", "10.1", "12.0" ]
|
13 |
rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
|
14 |
src = [
|
15 |
"activation/activation_kernels.cu",
|