activation / build.toml
danieldk's picture
danieldk HF Staff
Build with default capabilities
7776a2f
raw
history blame contribute delete
402 Bytes
[general]
name = "activation"
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h"
]
[kernel.activation]
#language = "cuda-hipify"
#rocm-archs = [ "gfx906", "gfx908", "gfx90a", "gfx940", "gfx941", "gfx942", "gfx1030", "gfx1100", "gfx1101" ]
src = [
"activation/activation_kernels.cu",
"activation/cuda_compat.h",
"activation/dispatch_utils.h",
]
depends = [ "torch" ]