rmsnorm_thrust / build.toml
medmekk's picture
medmekk HF Staff
Upload custom kernels
753790d verified
[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"]