AstrAI/csrc
ViperEkura bcdd93e0eb feat: split kernel defs from bindings, add prefill tiled kernel and pure C tests
- Split .cuh/.cu for gqa_decode_attn and gqa_prefill_attn
- gqa_prefill_attn: tiled shared-memory K/V, fused load, compute-opt, mask support
- Add pure C tests under csrc/tests/ for fast nvcc-only iteration
- Update .gitignore for build artifacts
2026-07-06 16:14:55 +08:00
..
kernels feat: split kernel defs from bindings, add prefill tiled kernel and pure C tests 2026-07-06 16:14:55 +08:00
tests feat: split kernel defs from bindings, add prefill tiled kernel and pure C tests 2026-07-06 16:14:55 +08:00
__init__.py feat: add optional CUDA kernel system (csrc/) + fused GQA decode attention 2026-07-06 12:09:58 +08:00
build.py fix: correct gqa_decode_attn reduction + add gqa_prefill_attn 2026-07-06 13:45:18 +08:00