drbh
commited on
Commit
·
d774688
1
Parent(s):
eda872e
feat: build for all caps 8 and up
Browse files- build.toml +5 -2
build.toml
CHANGED
|
@@ -6,9 +6,12 @@ src = ["torch-ext/torch_binding.cpp", "torch-ext/torch_binding.h"]
|
|
| 6 |
|
| 7 |
[kernel.flash_attn]
|
| 8 |
cuda-capabilities = [
|
| 9 |
-
# "7.0", "7.2", "7.5",
|
|
|
|
|
|
|
|
|
|
| 10 |
"8.9",
|
| 11 |
-
|
| 12 |
]
|
| 13 |
src = [
|
| 14 |
"flash_attn/flash_api.cpp",
|
|
|
|
| 6 |
|
| 7 |
[kernel.flash_attn]
|
| 8 |
cuda-capabilities = [
|
| 9 |
+
# "7.0", "7.2", "7.5",
|
| 10 |
+
"8.0",
|
| 11 |
+
"8.6",
|
| 12 |
+
"8.7",
|
| 13 |
"8.9",
|
| 14 |
+
"9.0",
|
| 15 |
]
|
| 16 |
src = [
|
| 17 |
"flash_attn/flash_api.cpp",
|