Skip to content

v0.3.1+amd.1

Choose a tag to compare

@diptorupd diptorupd released this 23 Feb 16:27
66921c7

v0.3.1+amd.1

Updated Upstream

Added

Changed

Removed

Fixed

  • Fix device contextmanager to use per-call context instead of setting default globally (#146) @diptorupd
  • Fix minor issues in pytorch_hip.py @diptorupd

Maintenance

  • Tech debt reduction: remove superficial diffs and unused code (#152, #153) @diptorupd
  • Update pre-commit hooks with AMD-specific configuration @diptorupd

Contributors: @diptorupd, @demandal25, @rtmadduri

Summary: This release updates amd-flashinfer to use the upstream v0.3.1 tag and adds significant new functionality. Key additions include AITER backend support for both single and batch prefill, full sampling and quantization module ports to ROCm/HIP, and CUDA graph support for paged batch prefill. Infrastructure improvements include isolation of HIP kernels into a dedicated csrc_rocm directory, updated AOT build infrastructure, and initial AMD-specific code coverage tooling.