Dear NVIDIA cuSolver developers,
Is there any plan for cuSolver to support double precision Dense LU Factorization using tensor core? Currently there is a function cusolverDnDgetrs to do this job, but it is unclear if this API uses ordinary GPU cores or tensor core.
Thanks!