Temporarily disable ROCm
Browse files- build.toml +2 -3
build.toml
CHANGED
@@ -46,8 +46,8 @@ include = [ "." ]
|
|
46 |
depends = [ "cutlass_3_6", "torch" ]
|
47 |
|
48 |
[kernel.fp8_common]
|
49 |
-
language = "cuda-hipify"
|
50 |
-
rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
|
51 |
src = [
|
52 |
"fp8/amd/hip_float8.h",
|
53 |
"fp8/amd/hip_float8_impl.h",
|
@@ -69,7 +69,6 @@ src = [
|
|
69 |
depends = [ "torch" ]
|
70 |
|
71 |
[kernel.int8_common]
|
72 |
-
language = "cuda-hipify"
|
73 |
cuda-capabilities = [ "7.5", "8.0", "8.6", "8.7", "8.9", "9.0", "10.0", "10.1", "12.0" ]
|
74 |
rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
|
75 |
src = [
|
|
|
46 |
depends = [ "cutlass_3_6", "torch" ]
|
47 |
|
48 |
[kernel.fp8_common]
|
49 |
+
# language = "cuda-hipify"
|
50 |
+
# rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
|
51 |
src = [
|
52 |
"fp8/amd/hip_float8.h",
|
53 |
"fp8/amd/hip_float8_impl.h",
|
|
|
69 |
depends = [ "torch" ]
|
70 |
|
71 |
[kernel.int8_common]
|
|
|
72 |
cuda-capabilities = [ "7.5", "8.0", "8.6", "8.7", "8.9", "9.0", "10.0", "10.1", "12.0" ]
|
73 |
rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
|
74 |
src = [
|