Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6c25d22
docs: refresh README for amd-flashinfer library consumers
demandal25 Apr 23, 2026
3b7de13
docs: align README with amd-integration and refresh feature matrix
demandal25 May 21, 2026
1256e66
docs: clarify HIP vs AITER backends and auto-routing in feature matrix
demandal25 May 21, 2026
efb7ee1
docs: fold fp8 status into per-row notes in feature matrix
demandal25 May 21, 2026
4650cf5
docs: fix torch.compile env var name and document runtime env vars / …
demandal25 May 21, 2026
9f650bf
docs: collapse docker image table to the latest tag
demandal25 May 21, 2026
7c122a6
docs: drop manual micromamba activate from docker verify step
demandal25 May 21, 2026
012c053
docs: use concrete image tag and container name in docker run
demandal25 May 21, 2026
4cdf823
docs(readme): simplify "Trying the Examples" to point at examples/
demandal25 May 21, 2026
7da63b9
docs(readme): drop redundant Single Prefill Example from AITER section
demandal25 May 21, 2026
7b3bcdd
docs(readme): rename "Build from Source" to "Install from Source"
demandal25 May 21, 2026
9f13ae1
docs(readme): link CDNA3 / CDNA4 to their architecture references
demandal25 May 21, 2026
86448ff
docs(readme): point CDNA3 / CDNA4 links to official whitepapers
demandal25 May 21, 2026
57c8cc8
docs(readme): tighten intro and call out the HIP + AITER split
demandal25 May 21, 2026
df1cb84
docs(readme): move Basic Usage to the end of the README
demandal25 May 21, 2026
dfa7a0f
docs(readme): proofread, dedupe, and clarify after fact-check
demandal25 May 21, 2026
2d1d0f9
feat(mla): accept backend="auto" on ROCm as an alias for "aiter"
demandal25 May 21, 2026
713aeca
docs(readme): clarify the dev-container "Environment name" note
demandal25 May 21, 2026
16afd18
docs(readme): drop redundant Docker-tag note from dev-container section
demandal25 May 21, 2026
6140da4
docs(readme): address Copilot review feedback
demandal25 May 21, 2026
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
7 changes: 5 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ pip install torch==<torch-version> \
--index-url https://repo.radeon.com/rocm/manylinux/rocm-rel-<rocm-version>/
```

See the [GPU and ROCm Support](README.md#gpu-and-rocm-support) table in
`README.md` for current `<torch-version>` and `<rocm-version>` values.
See the [GPU, ROCm, and PyTorch Support](README.md#gpu-rocm-and-pytorch-support)
table in `README.md` for current `<torch-version>` and `<rocm-version>`
values.

## Non-Obvious Gotchas

Expand Down Expand Up @@ -90,6 +91,8 @@ gh api repos/ROCm/flashinfer/pulls/<number> --method PATCH --field body="<body>"
gh api repos/ROCm/flashinfer/pulls/<number> --method PATCH --field body="$(cat /tmp/pr_body.md)"
```

Ask to push to remote.

## PR Description

**Body** — include sections that apply, skip the rest:
Expand Down
Loading
Loading