Skip to content

[AUTOGENERATED] [release/2.5] Change gfx110x BLAS preferred backend #2169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: release/2.5
Choose a base branch
from

Conversation

okakarpa
Copy link
Collaborator

Cherry-pick of #2053

Only AMD Instinct GPUs and Navi 4x prefer hipblaslt by default, but user can still
override using env var.

---------

Co-authored-by: Jeff Daily <[email protected]>
@amd-imilenko amd-imilenko requested review from apakbin and jeffdaily May 20, 2025 12:19
@amd-imilenko amd-imilenko marked this pull request as ready for review May 20, 2025 13:01
@jithunnair-amd jithunnair-amd changed the title [AUTOGENERATED] [release/2.5] [release/2.6] Change gfx110x BLAS preferred backend [AUTOGENERATED] [release/2.5] Change gfx110x BLAS preferred backend May 21, 2025
const bool _hipblaslt_preferred_default = []() {
const std::vector<std::string> archs = {
"gfx90a", "gfx942",
#if ROCM_VERSION >= 60300
Copy link
Collaborator

Choose a reason for hiding this comment

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

As discussed please remove this part of the code and make this code active for mi200 and MI300

Copy link

Choose a reason for hiding this comment

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

@pruthvistony done, thank you.

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.

4 participants