A running checklist of TODOs to prepare for the next release during 01/2026 time frame. - [x] Complete port of the CUDA versions of prefill.cuh to ROCm 7.1 - [x] Complete BatchPrefillWithPagedKVCache port - [ ] Refactor the HIP port - [x] Rename `libflashinfer/include/flashinfer/attention/generic` to `libflashinfer/include/flashinfer/attention/rocm` - [x] Remove all CUDA code blocks from HIP implementation - [ ] Rename source files to *.hip - [x] Create a `rocm` directory under `csrc` - [ ] Create a `rocm` directory under `tests` - [x] #53 - [ ] Complete MMA layout abstraction to clarify indexing logic - [x] #55 - [ ] Revert directory layout changes - [ ] Sync JIT and AOT code generation to upstream - [ ] Remove all sources removed from upstream: e.g. C++ tests, benchmarks, tvm _etc._ - [ ] #56 - [x] Update Changelog - [x] Update Readme - [x] #26 - [x] #80 - [ ] #81
A running checklist of TODOs to prepare for the next release during 01/2026 time frame.
libflashinfer/include/flashinfer/attention/generictolibflashinfer/include/flashinfer/attention/rocmrocmdirectory undercsrcrocmdirectory undertests