rmsnorm_thrust / build.toml
medmekk's picture
medmekk HF Staff
Upload custom kernels
4303459 verified
raw
history blame
233 Bytes
[general]
name = "rmsnorm_kernel"
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h"
]
[kernel.rmsnorm_kernel]
src = [
"rmsnorm_kernel/rmsnorm.cu",
]
depends = [ "torch"]
cuda-capabilities = [ "12.3" ]