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_win64 is not configured correctly, please look into the error messages and reconfigure the corresponding environment.
How should I resolve it?
Thank you!