first-kernel / build.toml
drbh
feat: push full template and build to repo
f9791fd
[general]
backends = ["metal"]
name = "first-kernel"
version = 1
[kernel.first_kernel_metal]
backend = "metal"
depends = ["torch"]
src = [
"first_kernel_metal/first_kernel.mm",
"first_kernel_metal/first_kernel.metal",
]
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h",
]