Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BLAS - MKL: fixing HostBlas calls to handle MKL_INT type
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