resample-poly / build.toml
phanerozoic's picture
kernel source
27813b0 verified
Raw
History Blame
337 Bytes
[general]
name = "resample-poly"
version = 1
edition = 5
license = "Apache-2.0"
backends = [
"cpu",
]
[general.hub]
repo-id = "phanerozoic/resample-poly"
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h",
]
[kernel.resample_poly]
backend = "cpu"
depends = ["torch"]
src = ["resample_csrc/resample.cpp"]