Skip to content

Conversation

@amd-eochoalo
Copy link
Contributor

@amd-eochoalo amd-eochoalo commented Nov 14, 2025

  • Adds lowerings for amdgpy.scaled_ext_packed816
  • updates verifiers

Copy link
Contributor

@krzysz00 krzysz00 left a comment

Choose a reason for hiding this comment

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

I've got a few nits

Copy link
Member

@kuhar kuhar left a comment

Choose a reason for hiding this comment

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

Can you update the PR title and make it start with an action verb?

@amd-eochoalo amd-eochoalo changed the title [mlir][amdgpu] lowerings for ScaledExtPacked816 [mlir][amdgpu] Add lowerings for ScaledExtPacked816 Nov 17, 2025
@amd-eochoalo amd-eochoalo requested a review from kuhar November 17, 2025 19:50
@github-actions
Copy link

🐧 Linux x64 Test Results

  • 7081 tests passed
  • 594 tests skipped

@amd-eochoalo amd-eochoalo merged commit 909c9aa into llvm:main Nov 17, 2025
8 of 9 checks passed

std::optional<StringRef> maybeIntrinsic =
scaledExtPacked816ToIntrinsic(srcElemType, destElemType);
if (!maybeIntrinsic.has_value())
Copy link
Contributor

Choose a reason for hiding this comment

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

Post-commit review: this failure happens after IR has been created, which is a "pleane don't do that"

Can we swap this and the bitcaste above?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! #168542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants