Skip to content

Commit

Permalink
BLAS - MKL: fixing HostBlas calls to handle MKL_INT type
Browse files Browse the repository at this point in the history
MKL redefines the BLAS interface based on how MKL_INT is defined
we need to wrap that definition with our own Kokkos Kernels INT
type to make both compatible with regular BLAS.

applying clang-format
  • Loading branch information
lucbv committed Feb 16, 2024
1 parent 8ecbcb7 commit 9202f86
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 451 deletions.
Loading

0 comments on commit 9202f86

Please sign in to comment.