bitnet-cpu / build.toml
phanerozoic's picture
Kernel name uses dashes per builder naming rules
bd669ef verified
Raw
History Blame
332 Bytes
[general]
name = "bitnet-cpu"
version = 1
edition = 5
license = "Apache-2.0"
backends = [
"cpu",
]
[general.hub]
repo-id = "phanerozoic/bitnet-cpu"
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h",
]
[kernel.bitnet_cpu]
backend = "cpu"
depends = ["torch"]
src = ["bitnet_cpu_csrc/bitnet_cpu.cpp"]