kernel
rotary / build.toml
danieldk's picture
danieldk HF staff
Add rotary kernel
bbf5511
raw
history blame
301 Bytes
[general]
version = "0.0.1"
[torch]
name = "rotary"
src = [
"torch-ext/registration.h",
"torch-ext/torch_binding.cpp",
]
pyroot = "torch-ext"
[kernel.activation]
capabilities = [ "7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0" ]
src = [
"rotary/rotary_cuda.cu",
]
depends = [ "torch" ]