1、I use the complete example DFT located in the oneMKL local installation path.
mkl2024.0sharedocmklexamples.
It will report an error near the end of compilation:
Unable to locate the program input point isMemoryObjectUsedByGraph@AccessorBaseHost@detail@_V1@sycl@@QEBA_NXZ in the dynamic link library mkl2024.1binmkl_sycl_dftd.4.dll
2、My linker uses oneMKL Link Line Advisor.The settings are as follows:
> mkl_sycl_dftd_dll.lib
> mkl_intel_ilp64_dll.lib
> mkl_sequential_dll.lib
> mkl_core_dll.lib OpenCL.lib
3、 My environment:
CPU: Intel(R) Core(TM) i7-1065G7 CPU;
GPU: Intel(R) Iris(R) Plus graphics card;
Operating system: Win11;
Integrated development environment: VS2022;
OneAPI basic toolkit: 2024.0.1.45;
OneMath kernel library: 2024.1.0.696;
4、I updated and repaired the Base package and OneMKL package, but the same error still occurred.
How to solve this error? Thank you very much for your help!
Xinye Chu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.