ptc-optimized-kernel / build.toml
burtenshaw's picture
burtenshaw HF Staff
Upload build.toml with huggingface_hub
0286af4 verified
raw
history blame contribute delete
332 Bytes
# Qwen3-8B Custom Kernels - Build Configuration
[general]
name = "qwen3_kernels"
version = 1
backends = ["cuda"]
[general.cuda]
[torch]
src = [
"torch-ext/torch_binding.cpp",
"torch-ext/torch_binding.h",
]
[kernel.rmsnorm]
backend = "cuda"
depends = ["torch"]
src = ["kernel_src/rmsnorm.cu"]
cuda-capabilities = ["9.0"]