Skip to content

add gfx950 tf32 adaptive gemm exact tuning#2983

Closed
AndySu12 wants to merge 1 commit into
ROCm:developfrom
AndySu12:tf32_tune
Closed

add gfx950 tf32 adaptive gemm exact tuning#2983
AndySu12 wants to merge 1 commit into
ROCm:developfrom
AndySu12:tf32_tune

Conversation

@AndySu12
Copy link
Copy Markdown
Contributor

Motivation

add gfx950 tf32 adaptive gemm exact tuning

Technical Details

Test Plan

Test Result

Submission Checklist

@math-ci
Copy link
Copy Markdown

math-ci Bot commented Nov 28, 2025

perfci run on commit f2b8bfc

math-ci run

EdDAzevedo pushed a commit that referenced this pull request Nov 29, 2025
See build error log from
ROCm/composable_kernel#2271 (comment)

This PR make vector element access constexpr-safe by avoiding operator[] on
ext_vector_type(2) and replace those sites in the pk_fp4 conversions so they
can be used in constant expressions, as The operator[] on ext_vector_type(2)
isn't allowed in constant expressions, which caused "constexpr function never
produces a constant expression" with a note at x[0]. Using `bit_cast` to a
trivial array representation keeps it constexpr-compatible.

Signed-off-by: Hollow Man <hollowman@opensuse.org>
ammallya pushed a commit that referenced this pull request Feb 3, 2026
See build error log from
ROCm/composable_kernel#2271 (comment)

This PR make vector element access constexpr-safe by avoiding operator[] on
ext_vector_type(2) and replace those sites in the pk_fp4 conversions so they
can be used in constant expressions, as The operator[] on ext_vector_type(2)
isn't allowed in constant expressions, which caused "constexpr function never
produces a constant expression" with a note at x[0]. Using `bit_cast` to a
trivial array representation keeps it constexpr-compatible.

Signed-off-by: Hollow Man <hollowman@opensuse.org>

[ROCm/composable_kernel commit: fb66b4f]
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been inactive for 25 days and will be marked as stale.

If you would like to keep this PR open, please:

  • Add new commits
  • Add a comment explaining why it should remain open

This PR will be automatically closed in 5 days if no further activity occurs.

@github-actions github-actions Bot added the Stale PR has no activity for 25+ days label Apr 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been automatically closed due to inactivity (30 days with no updates).

If you'd like to continue working on this, feel free to reopen the PR or create a new one.

@github-actions github-actions Bot closed this Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant