Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
584 changes: 584 additions & 0 deletions vllm/_aiter_ops.py

Large diffs are not rendered by default.

210 changes: 0 additions & 210 deletions vllm/attention/ops/rocm_aiter_mla_sparse.py

This file was deleted.

1 change: 1 addition & 0 deletions vllm/config/compilation.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ class CompilationConfig:
"vllm::gdn_attention_core",
"vllm::kda_attention",
"vllm::sparse_attn_indexer",
"vllm::rocm_aiter_sparse_attn_indexer",
]

def compute_hash(self) -> str:
Expand Down
Loading