File size: 240 Bytes
827249e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[general]
name = "bitnet_kernel"
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h"
]
[kernel.rmsnorm_kernel]
src = [
"bitnet_kernel/bitnet_kernel.cu",
"bitnet_kernel/bitnet_kernel.h
]
depends = [ "torch"]
|