File size: 337 Bytes
27813b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [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"]
|