-
Notifications
You must be signed in to change notification settings - Fork 649
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
[BUG] AMD GPU compilation from source #1468
Comments
You should run it with gfx1100, as that's your architecture. I get the same error though on my 6800XT with gfx1030. |
Using |
Try adding ROCM_HOME="/opt/rocm" as an environment variable, that has solved a similar issue for me in the past. |
No Bueno, didn't work :( |
I had to set this on my bashrc for it to compile. ''' I ran into the same issue with. |
Still not working, but hipcc seems to be fubar as well, so I might just reinstall Rocm and see if that fixes things. |
System Info
Linux Mint 21.3 x86_64
Python 3.10.12
AMD Ryzen 5 1600
AMD Radeon RX 7900XTX
Reproduction
Run the commands in the section: Compiling from Source (AMD GPU).
Using the AMD 7900XTX, run
cmake -DBNB_ROCM_ARCH="gfx942" -DCOMPUTE_BACKEND=hip -S .
.The following error message will be returned:
Expected behavior
The compilation should finish without an error message.
The text was updated successfully, but these errors were encountered: