-
Notifications
You must be signed in to change notification settings - Fork 46
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
Assertion error: SDK for c-rocm_win64
is not configured correctly,
#370
Comments
Can you paste the full logs? I assume some important errors explain what is missing in your environment. For ROCm Win64, you need WSL + ROCm in WSL installed at least. |
Hi! Here is the error when I run: Antares was installed with
Powershell path on windows:
On windows the installer was obtained from: lsb_release in wsl1:
Rocm in wsl were installed with: and finally, hpicc version
|
I was able to get it working! Just needed to do Running: Give this:
Following the issue from this thread also seems to have helped: #345 |
Hi!
I've installed the ROCm drivers on my laptop which has 6800M (gfx1031). I came across this repo while I was trying to see if I could get the various tensile libraries compiled using WSL. I have both WSL1 (ubuntu 20.04) and 2 (ubuntu 22.04) with the rocm-dev, rocm-core and rocm-hip-libraries installed.
I can see the dlls: amdhip64 and amdhik64 at System32 location.
When I try to do:
AMDGFX=gfx1031 BACKEND=c-rocm_win64 antares
. I keep getting this error:AssertionError: SDK for
c-rocm_win64is not configured correctly, please look into the error messages and reconfigure the corresponding environment.
How should I resolve it?
Thank you!
The text was updated successfully, but these errors were encountered: