activation / build.toml
iamwyldecat's picture
feat(poly-norm): Add PolyNorm
44e9845
raw
history blame
379 Bytes
[general]
name = "activation"
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h"
]
[kernel.activation]
language = "cuda-hipify"
rocm-archs = [ "gfx90a" ]
src = [
"activation/activation_kernels.cu",
"activation/cuda_compat.h",
"activation/dispatch_utils.h",
"activation/assert_utils.h",
"activation/atomic_utils.h",
]
depends = [ "torch" ]