-
Notifications
You must be signed in to change notification settings - Fork 0
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
FLOYao GPU Support #13
Comments
Currently FLOYao does not support GPU computations. But I just played around with it by changing Lines 33 to 35 in 8b840d0
struct MajoranaReg{T} state::CUDA.CuArray{T,2,CUDA.DeviceMemory} end to see how hard it would be to add CUDA support.
It seems that most of the
Currently I don't have the capacity do add CUDA support, but PR's are welcome! If you decide to give it a go it would probably be best to broadly follow the strategy that CuYao currently follows to have it as a package extension. Of course I am also happy to assist, you can reach me e.g. on the julialang slack as |
Currently, Yao can support GPU computations, via https://github.com/QuantumBFS/CuYao.jl. Does FLOYao have the same capabilities, and if not, can it be implemented easily?
The text was updated successfully, but these errors were encountered: