You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sreerajkksd , I've created a PR to bump oneMKL version to 0.6 which is compatible with 2025.0 release.
Also it implements a new cmake option DPNP_ONEMKL_INTERFACES_DIR. It can be set through:
Builds are failing when using current oneMKL from upstream when used in connection with intel oneAPI v2025.0.
The following fixes this:
Is it only possible to add an additional option to use a local checkout directory of oneMKL instead ?
Use
ONEMKL_INTERFACE_DIR=<localdir>
cmake option and make the following changes:Is this change sensible ?
The text was updated successfully, but these errors were encountered: