Skip to content
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

Update configuration for gemm on AMD GPUs #494

Merged
merged 4 commits into from
Feb 6, 2024

Conversation

s-Nick
Copy link
Collaborator

@s-Nick s-Nick commented Jan 24, 2024

Following preliminary investigation and tuning with the auto-tuner, these are the new configurations for gemm that provide the best performance.
The selection of the configuration is now based on the arithmetic intensity and not only on _M and _N dimension.

Following preliminary investigation and tuning with the auto tuner, these are the
new configurations for gemm that provide the best perfomance.
The selection of the configuration is now based on the arithmetic
intensity and not only on _N and _M dimension. A part from general gemm
no other implementation are affected.
Copy link
Collaborator

@OuadiElfarouki OuadiElfarouki left a comment

Choose a reason for hiding this comment

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

Looks good thank you!

@muhammad-tanvir-1211 muhammad-tanvir-1211 merged commit cb69d68 into codeplaysoftware:master Feb 6, 2024
3 checks passed
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