-
### TLDR:
Often when writing scientific algorithms we have to use some routines from cuSolver, like svd/eigh/qr. Those routines sometimes fail with unclear error messages that are not easy to unders…
-
Exception has occurred: RuntimeError
cusolver error: CUSOLVER_STATUS_INTERNAL_ERROR, when calling `cusolverDnCreate(handle)`
File "/workspaces/UniAD-main/projects/mmdet3d_plugin/uniad/detectors/un…
86kkd updated
3 months ago
-
W1125 12:07:24.788084 312 gpu_context.cc:278] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 12.2, Runtime API Version: 10.2
W1125 12:07:24.792352 312 gpu_context.cc:306…
-
First up this crate is the best IMO and its fun to use!
I wonder if there are plans to support the `cuSolver` NVIDIA library in the future.
The SVD related functions there are of interest to me in p…
-
We can add internals for [cusolverDngeqrf()](https://docs.nvidia.com/cuda/cusolver/index.html#cuSolverDN-lt-t-gt-geqrf) (or [cusolverDnXgeqrf()](https://docs.nvidia.com/cuda/cusolver/index.html#cusolv…
-
I am planning on using cublas and I'd like to leverage the lapack-like utilites in cuSOLVER, such as SVD. Having a `-sys` crate of bindings would be great!
For reference: [cuSOLVER docs](https://do…
-
### Details
I calculate a system with 32 water molecules using "ks_solver" as "cusolver". I use one GPU for calculation.
I find that if I use multiprocessing, for example, running ABACUS by "OMP_NUM…
-
### Description
I am having issues initializing a Flax.linen neural network when running with GPU support. I have narrowed it down to the flax.linen.initializers.orthogonal. Running the below cod…
-
It would make sense to add a wrapper around cuSOLVER. Note that the cudatoolkit 7.5 conda package (as of this issue) does not include the library and needs to be updated to include it. The cudatoolk…
-
Ceres currently uses the legacy version of the CuSolver API for dense Cholesky and QR factorization instead of the newer 64-bit interface for three reasons:
- The newer 64-bit interfaces do not exist…