Hello all,
I am trying to use GPU parallelization using different CUDA cores. Based on a quick read i found that NUMBA library is used for GPU parallelization .
However I also came across a article which says that NUMBA works with only restricted set of packages like Numpy.
I want to ask does Qutip work with NUMBA ? Can I make use of NUMBA with Qutip to support GPU parallelization based on CUDA cores( on a single graphics card)
If not, which packages can be used with Qutip to support GPU
parallelization based on CUDA cores( on a single graphics card).
Thanks.