Skip to content

Linux Support#89

Open
rocopolas wants to merge 2 commits intojamiepine:mainfrom
rocopolas:main
Open

Linux Support#89
rocopolas wants to merge 2 commits intojamiepine:mainfrom
rocopolas:main

Conversation

@rocopolas
Copy link

No description provided.

# Set HSA_OVERRIDE_GFX_VERSION for AMD GPUs that aren't officially listed in ROCm
# (e.g., RX 6600 is gfx1032 which maps to gfx1030 target)
# This must be set BEFORE any torch.cuda calls
if not os.environ.get("HSA_OVERRIDE_GFX_VERSION"):

Choose a reason for hiding this comment

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

I believe this variable is never set, even with ROCm listed GPUs and therefore this would set an incorrect override, causing possible issues for different cards. It would probably need to be mentioned in docs for eventual linux instructions, or added as setting in the app.

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.

2 participants