Build with default capabilities
Browse files- build.toml +2 -3
build.toml
CHANGED
@@ -8,9 +8,8 @@ src = [
|
|
8 |
]
|
9 |
|
10 |
[kernel.activation]
|
11 |
-
language = "cuda-hipify"
|
12 |
-
|
13 |
-
rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
|
14 |
src = [
|
15 |
"activation/activation_kernels.cu",
|
16 |
"activation/cuda_compat.h",
|
|
|
8 |
]
|
9 |
|
10 |
[kernel.activation]
|
11 |
+
#language = "cuda-hipify"
|
12 |
+
#rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
|
|
|
13 |
src = [
|
14 |
"activation/activation_kernels.cu",
|
15 |
"activation/cuda_compat.h",
|