relu-metal / build.toml
danieldk's picture
danieldk HF Staff
Add sources
f701ae7
raw
history blame
219 Bytes
[general]
name = "relu_metal"
universal = false
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h"
]
[kernel.activation]
backend = "metal"
src = [
"relu/relu.mm",
]
depends = [ "torch" ]