[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"]