dpx-decode / build.toml
phanerozoic's picture
dpx-decode v1: kernel-builder source tree
1a42548 verified
Raw
History Blame
398 Bytes
[general]
name = "dpx-decode"
version = 1
edition = 5
license = "Apache-2.0"
backends = [
"cuda",
]
[general.hub]
repo-id = "phanerozoic/dpx-decode"
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h",
]
[kernel.dpx-decode]
backend = "cuda"
cuda-capabilities = ["8.0", "8.6", "8.9", "9.0", "10.0", "12.0"]
depends = ["torch"]
src = ["dpx_decode_cuda/dpx_decode.cu"]