Skip to content

Conversation

@HollowMan6
Copy link
Contributor

@HollowMan6 HollowMan6 commented Feb 25, 2025

In older versions of "hip/hip_fp8.h" header (before ROCm/clr@353f15a), both HIP_FP8_TYPE_OCP and HIP_FP8_TYPE_FNUZ are not defined, and the code implementation is in FNUZ, so it's better to write it in this way, such that we don't check if HIP_FP8_TYPE_FNUZ is there or not, and we just use FP8 FNUZ when HIP_FP8_TYPE_OCP is 0 or undefined.

Related to #12593

…ined

Related to vllm-project#12593

In older versions of "hip/hip_fp8.h" header
(before ROCm/clr@353f15a),
both `HIP_FP8_TYPE_OCP` and `HIP_FP8_TYPE_FNUZ` are not defined, and the
code implementation is in FNUZ, so it's better to write it in this way,
such that we don't check if `HIP_FP8_TYPE_FNUZ` is there or not, and
we just use FP8 FNUZ when `HIP_FP8_TYPE_OCP` is 0 or undefined.

Signed-off-by: Hollow Man <[email protected]>
@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

@mgoin mgoin added rocm Related to AMD ROCm quantization labels Feb 25, 2025
@gshtras
Copy link
Collaborator

gshtras commented Feb 26, 2025

Good catch, this will bring back ROCm6.2 support

@robertgshaw2-redhat robertgshaw2-redhat enabled auto-merge (squash) February 26, 2025 21:30
@mgoin mgoin added the ready ONLY add when PR is ready to merge/full CI is needed label Feb 26, 2025
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Feb 26, 2025
@mgoin mgoin disabled auto-merge February 26, 2025 21:30
@mgoin mgoin enabled auto-merge (squash) February 26, 2025 21:30
@youkaichao youkaichao disabled auto-merge February 27, 2025 02:39
@youkaichao youkaichao merged commit a31614e into vllm-project:main Feb 27, 2025
74 of 76 checks passed
Akshat-Tripathi pushed a commit to krai/vllm that referenced this pull request Mar 3, 2025
@HollowMan6 HollowMan6 deleted the amd_fnuz branch March 6, 2025 08:35
lulmer pushed a commit to lulmer/vllm that referenced this pull request Apr 7, 2025
shreyankg pushed a commit to shreyankg/vllm that referenced this pull request May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants