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

Remove support for gfx940, gfx941 #900

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

qjojo
Copy link
Collaborator

@qjojo qjojo commented Feb 26, 2025

Removes a switch needed for gfx940 and gfx941 as ROCm does not support those targets anymore.

Comment on lines 866 to 868
HIP_CHECK(hipGetDeviceProperties(&deviceProperties, device));
std::string deviceFullString(deviceProperties.gcnArchName);
std::string deviceString = deviceFullString.substr(0, deviceFullString.find(":"));
Copy link
Collaborator

Choose a reason for hiding this comment

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

I believe you can remove all of this as well (and the 4 lines above), since it was only needed for the switch

Comment on lines 1137 to 1139
HIP_CHECK(hipGetDeviceProperties(&deviceProperties, device));
std::string deviceFullString(deviceProperties.gcnArchName);
std::string deviceString = deviceFullString.substr(0, deviceFullString.find(":"));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same here

@tfalders tfalders added the noOptimizations Disable optimized kernels for small sizes for some routines label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:no-ccache Disable ccache noOptimizations Disable optimized kernels for small sizes for some routines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants