730831f26790ed217d3f1cf8fc85375150a893b2
Reading _custom_ops.py as input revealed: paged_attention_v1 → ixf_F.vllm_single_query_cached_kv_attention (C++ fused kernel) paged_attention_v2 → paged_attention_v2_pytorch (pure Python for-loop) The previous commit incorrectly removed use_v1=True assuming V2 had a C++ backend. V2 tensor pre-allocation kept for future C++/Triton V2 implementation. PARTITION_SIZE=1024 change kept (benefits future V2).
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%