Use default capabilities for the fp8 kernel
Browse files- build.toml +0 -1
build.toml
CHANGED
@@ -47,7 +47,6 @@ depends = [ "cutlass_3_6", "torch" ]
|
|
47 |
|
48 |
[kernel.fp8_common]
|
49 |
language = "cuda-hipify"
|
50 |
-
cuda-capabilities = [ "7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0", "10.0", "10.1", "12.0" ]
|
51 |
rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
|
52 |
src = [
|
53 |
"fp8/amd/hip_float8.h",
|
|
|
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",
|