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

Fix ROCm issue where target ID is set to gfxgfx*** #1290

Merged
merged 3 commits into from
Jun 30, 2023
Merged

Fix ROCm issue where target ID is set to gfxgfx*** #1290

merged 3 commits into from
Jun 30, 2023

Conversation

computablee
Copy link
Contributor

I've encountered an error on ROCm systems where the target ID has "gfx" set twice (e.g., "gfxgfx906" instead of "gfx906"), which causes compile-time issues. I have fixed this issue by adding a check if "gfx" is already part of the architecture, and only prepending "gfx" if it isn't.

@tbennun tbennun enabled auto-merge (squash) June 30, 2023 10:00
@tbennun tbennun merged commit e66392f into spcl:master Jun 30, 2023
9 checks passed
@computablee computablee deleted the bug-fixes branch July 7, 2023 01:50
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