Solving linear system using Python with numba and CUDA Solving linear system using Python with numba and CUDA numpy numpy

Solving linear system using Python with numba and CUDA


Am I correct in assuming this?

No

Are there other data types that will work?

No

The problem here is that you cannot use numpy.linalg in code which is targeted to run on the numba GPU backend.