File size: 310 Bytes
dee1261 e09b337 b0e5c39 dee1261 703f177 b0e5c39 703f177 b0e5c39 703f177 b0e5c39 703f177 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[general]
name = "activation"
universal = false
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h",
]
[kernel.activation]
backend = "cuda"
depends = ["torch"]
src = [
"activation/activation_kernels.cu",
"activation/cuda_compat.h",
"activation/dispatch_utils.h",
]
|