Use default CUDA capabilities
Browse files- build.toml +0 -2
build.toml
CHANGED
|
@@ -8,7 +8,6 @@ src = [
|
|
| 8 |
]
|
| 9 |
|
| 10 |
[kernel.cuda_utils]
|
| 11 |
-
cuda-capabilities = ["7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0", "10.0", "10.1", "12.0"]
|
| 12 |
src = [
|
| 13 |
"cuda-utils/cuda_utils_kernels.cu",
|
| 14 |
]
|
|
@@ -16,7 +15,6 @@ depends = []
|
|
| 16 |
|
| 17 |
|
| 18 |
[kernel.paged_attention]
|
| 19 |
-
cuda-capabilities = ["7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0", "10.0", "10.1", "12.0"]
|
| 20 |
src = [
|
| 21 |
"paged-attention/attention/attention_dtypes.h",
|
| 22 |
"paged-attention/attention/attention_generic.cuh",
|
|
|
|
| 8 |
]
|
| 9 |
|
| 10 |
[kernel.cuda_utils]
|
|
|
|
| 11 |
src = [
|
| 12 |
"cuda-utils/cuda_utils_kernels.cu",
|
| 13 |
]
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
[kernel.paged_attention]
|
|
|
|
| 18 |
src = [
|
| 19 |
"paged-attention/attention/attention_dtypes.h",
|
| 20 |
"paged-attention/attention/attention_generic.cuh",
|