-
Notifications
You must be signed in to change notification settings - Fork 48
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
AMDGPU on windows #465
Comments
In theory yes, but would require changes to AMDGPU.jl package. |
But Windows support is definitely on a list |
Thank you! So, I still can not use the AMDGPU package on Windows and I should wait for the new version of AMDGPU.jl ? |
Because it does not know about Windows directory structure and assumes Linux. You'd need to change default paths (from Also, I'm not sure about ROCm HSA library being available on Windows, which is one of the core libraries. If you did everything correctly, julia> AMDGPU.versioninfo()
ROCm provided by: system
[+] HSA Runtime v1.1.0
@ /opt/rocm-5.4.3/lib/libhsa-runtime64.so
[+] ld.lld
@ /opt/rocm/llvm/bin/ld.lld
[+] ROCm-Device-Libs
@ /opt/rocm/amdgcn/bitcode
[+] HIP Runtime v5.504.22804
@ /opt/rocm-5.4.3/lib/libamdhip64.so
[+] rocBLAS v2.46.0
@ /opt/rocm-5.4.3/lib/librocblas.so.0
[+] rocSOLVER v3.20.0
@ /opt/rocm-5.4.3/lib/librocsolver.so
[+] rocALUTION
@ /opt/rocm-5.4.3/lib/librocalution.so
[+] rocSPARSE
@ /opt/rocm-5.4.3/lib/librocsparse.so
[+] rocRAND v2.10.5
@ /opt/rocm-5.4.3/lib/librocrand.so
[+] rocFFT v1.0.21
@ /opt/rocm-5.4.3/lib/librocfft.so
[+] MIOpen v2.19.0
@ /opt/rocm-5.4.3/lib/libMIOpen.so
HIP Devices [1]
1. HIPDevice(name="AMD Radeon RX 6700 XT", id=1) |
Is there a way to install dynamic libraries? |
I think those Good news is that according to the LLVM docs the triple |
I just used wine to unpack the installer on Linux and as expected the |
AMDGPU 0.8 has initial Windows support. Make sure to check requirements. |
This is awesome. Thanks |
Based on the new update of the ROCm driver: [https://rocm.docs.amd.com/en/latest/deploy/windows/quick_start.html]
now AMDGPU should work on Windows too, right?
The text was updated successfully, but these errors were encountered: