Kernels
universal / build.toml
Ashiedu's picture
Initial kernel bundle upload: universal
df5d07c verified
Raw
History Blame Contribute Delete
359 Bytes
[general]
name = "universal"
license = "Apache-2.0"
backends = [
"rocm",
]
version = 1
edition = 5
[general.hub]
repo-id = "Ashiedu/universal"
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h",
]
[kernel.universal_rocm]
backend = "rocm"
depends = ["torch"]
rocm-archs = [
"gfx1030",
]
src = ["universal_cuda/universal.cu"]