Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Missing Wrappers for Batched CPU LAPACK/BLAS Operations #2

Open
6 tasks
avik-pal opened this issue Nov 20, 2023 · 0 comments
Open
6 tasks

Missing Wrappers for Batched CPU LAPACK/BLAS Operations #2

avik-pal opened this issue Nov 20, 2023 · 0 comments

Comments

@avik-pal
Copy link
Member

avik-pal commented Nov 20, 2023

  • QR Factorization -- geqrf_batch (MKL)
  • LU Factorization -- getrf_batch (MKL)
  • Matrix Inverse -- getri_batch (MKL)
  • Batched Linear Solve
    • Batched Least Squares -- gels_batch (MKL)
  • Batched GEMM -- gemm_batch (MKL)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant