Skip to content

[ROCm][CI] aiter kernel ops - enable rope test - #52854

Merged
AndreasKaratzas merged 4 commits into
vllm-project:mainfrom
divakar-amd:aiter_rope_fix
Aug 21, 2026
Merged

[ROCm][CI] aiter kernel ops - enable rope test#52854
AndreasKaratzas merged 4 commits into
vllm-project:mainfrom
divakar-amd:aiter_rope_fix

Conversation

@divakar-amd

Copy link
Copy Markdown
Contributor

This PR enables the test_rocm_aiter_triton_rotary_embedding_vs_torch test which was previously marked as xFail. The reason for difference in aiter kernel output and pytorch's reference implementation was because of intermediate dtype upcast to fp32. Aiter triton kernel preserves fp16 intermediate dtype. Hence, this PR removes the fp32 upcast from the reference impl.

Additional comments - #52208 (comment)

Signed-off-by: Divakar Verma <divakar.verma@amd.com>

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

@mergify mergify Bot added the rocm Related to AMD ROCm label Aug 19, 2026
@github-project-automation github-project-automation Bot moved this to Todo in AMD Aug 19, 2026
@AndreasKaratzas

Copy link
Copy Markdown
Member

/ci run

@github-actions

Copy link
Copy Markdown

✅ Triggered Buildkite CI #84518 for commit 537d883c03fd.

@AndreasKaratzas

Copy link
Copy Markdown
Member

/ci run

1 similar comment
@AndreasKaratzas

Copy link
Copy Markdown
Member

/ci run

@github-actions

Copy link
Copy Markdown

✅ Triggered Buildkite CI #84550 for commit 09cab3f71551.

@AndreasKaratzas

Copy link
Copy Markdown
Member

/ci run

@github-actions

Copy link
Copy Markdown

✅ Triggered Buildkite CI #84619 for commit 3f751c6428e3.

@divakar-amd

Copy link
Copy Markdown
Contributor Author

/ci run

@github-actions

Copy link
Copy Markdown

@divakar-amd, A reviewer with write access must run /ci run, approve the PR, or add the ready label first.

@AndreasKaratzas

Copy link
Copy Markdown
Member

/ci run

@github-actions

Copy link
Copy Markdown

✅ Triggered Buildkite CI #84921 for commit 7bf84c844b5d.

@AndreasKaratzas AndreasKaratzas added the ready ONLY add when PR is ready to merge/full CI is needed label Aug 21, 2026
@github-actions

Copy link
Copy Markdown

@divakar-amd, CI is now available for this PR.

  • /ci run starts upstream CI; /amd-ci run starts AMD CI only.
  • /ci retry retries failed jobs in the CI build for the current PR head. If the current head has no CI build, it starts a new CI build for the current head containing only jobs that failed in the latest earlier CI build for this PR.
  • /amd-ci retry retries failed jobs in AMD CI for the current PR head. Use /amd-ci run when the current head has no AMD CI build.
  • /ci cancel cancels scheduled or running CI builds for this PR branch; /amd-ci cancel does the same for AMD CI only.

@AndreasKaratzas
AndreasKaratzas merged commit 29b7c2f into vllm-project:main Aug 21, 2026
25 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in AMD Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed rocm Related to AMD ROCm

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants