[general] | |
name = "rotary" | |
[torch] | |
src = [ | |
"torch-ext/torch_binding.cpp", | |
] | |
[kernel.activation] | |
cuda-capabilities = [ "7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0" ] | |
src = [ | |
"rotary/rotary_cuda.cu", | |
] | |
depends = [ "torch" ] | |
[general] | |
name = "rotary" | |
[torch] | |
src = [ | |
"torch-ext/torch_binding.cpp", | |
] | |
[kernel.activation] | |
cuda-capabilities = [ "7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0" ] | |
src = [ | |
"rotary/rotary_cuda.cu", | |
] | |
depends = [ "torch" ] | |