Open
Description
API Change Detected
Function: rocm_aiter.pa_fwd_asm
Import: import aiter as rocm_aiter
Commit: c1debd87ce0391aa27438d9e07e76e4fea7c4b70
Previous State
(*args, custom_build_args={}, **kwargs)
Current State
(query: torch.Tensor, key_cache: torch.Tensor, value_cache: torch.Tensor, block_tables: torch.Tensor, context_lens: torch.Tensor, max_num_blocks: int, K_QScale: Optional[torch.Tensor], V_QScale: Optional[torch.Tensor], out_: Optional[torch.Tensor] = None, high_precision: Optional[int] = 1) -> torch.Tensor
Parameter Changes
- Removed parameters: kwargs, args, custom_build_args
- Added parameters: max_num_blocks, key_cache, block_tables, query, context_lens, K_QScale, out_, high_precision, value_cache, V_QScale
Error (if any)
None
Metadata
Metadata
Assignees
Labels
No labels