Examples Using BLAS Functions#

  • trsm_batched.cu

The trsm_batched example demonstrates how to use cuSolverDx API to solve a batched triangular system of equations. The results are compared with the reference values obtained with cuBLAS host API, cublas<t>trsmBatched.