Update build.toml
Browse filesSupport GB10 (DGX Spark).
- build.toml +2 -1
build.toml
CHANGED
|
@@ -22,7 +22,8 @@ cuda-capabilities = [
|
|
| 22 |
"10.0",
|
| 23 |
"10.1",
|
| 24 |
"11.8",
|
| 25 |
-
"12.0"
|
|
|
|
| 26 |
]
|
| 27 |
depends = ["torch", "cutlass_3_8"]
|
| 28 |
src = [
|
|
|
|
| 22 |
"10.0",
|
| 23 |
"10.1",
|
| 24 |
"11.8",
|
| 25 |
+
"12.0",
|
| 26 |
+
"12.1"
|
| 27 |
]
|
| 28 |
depends = ["torch", "cutlass_3_8"]
|
| 29 |
src = [
|