Skip to content

Move cuSolver handle into CUDA runtime

Ryan Curtin requested to merge rcurtin/bandicoot-code:cusolver-handle into unstable

Pretty straightforward cleanup---instead of making and deleting a handle every time chol() or svd() is called, just make it in the runtime.

Merge request reports