-
Notifications
You must be signed in to change notification settings - Fork 89
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
Experimental AMDGPU support #858
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FFT seems to be working fine.
Segfalts come from missing rocSOLVER qr
used in ortho_qr
.
I'm going to add it in AMDGPU.
Now
|
Same issue is with CUDA though |
Hi @pxl-th Thanks for your help. Yes, that probably should not happen. I'll take a look. |
I tried to use the code with AMDGPU.jl master, but I get some issues, see JuliaGPU/AMDGPU.jl#461. |
Should work in theory, but so far entirely untested.
OK before this works we need at least these things in Yggdrasil and properly exposed (e.g. via AbstractFFT):