You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for your work.
Is there a way to run this code in parallel on cpu?
I assume that it's automatically parallelized if the cuda backend is used.
Is this correct?
The text was updated successfully, but these errors were encountered:
Currently the simulator supports computations on a CPU (numpy backend) or computations on a GPU (torch backend). However, further parallelization (for example using MPI) is not supported.
That said, it should be fairly trivial to create a dask backend (see backend.py). I would happily accept a PR for that :)
Hello,
Thanks for your work.
Is there a way to run this code in parallel on cpu?
I assume that it's automatically parallelized if the cuda backend is used.
Is this correct?
The text was updated successfully, but these errors were encountered: