I was originally using cusolverDnCheevd
, but when I needed to deploy the algorithm and switched to using CUDA Graph, I discovered that cusolverDnCheevd
has synchronization operations, which makes it incompatible with CUDA Graph.
Are there any other asynchronous CUDA EVD libraries available?
Thanks!