Kernels
ahadnagy commited on
Commit
2949b38
·
verified ·
1 Parent(s): 5fdd4b9

Update build.toml

Browse files

Support GB10 (DGX Spark).

Files changed (1) hide show
  1. 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 = [