Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce manual mapping of some ILP64 routines
MKL doesn't export all routines over the ILP64 interface in libmkl_rt, specifically it doesn't export functions that might not be affected by the differing integer sizes (e.g. no integers used in the API). In these cases, we can redirect the ILP64 version to the LP64 version to maintain compatibility.
- Loading branch information