I tried to build the latest oneMKL develop branch with following cmake command:
cmake -DCMAKE_CXX_COMPILER=clang++
-DCMAKE_C_COMPILER=clang
-DENABLE_MKLCPU_BACKEND=TRUE
-DENABLE_MKLGPU_BACKEND=TRUE
-DENABLE_MKLCPU_THREAD_TBB=TRUE
-DBUILD_FUNCTIONAL_TESTS=FALSE
-DCMAKE_BUILD_TYPE=Release
-BUILD_DOC=TRUE
-DCMAKE_INSTALL_PREFIX=/DIR_TO_MKL/oneMKL/build/install/
..
Where clang++ & clang are the llvm components of oneAPI.
Then when I ran the ctest, I get one error only for the dft/EXAMPLE/RT/real_fwd_usm/cpu test case.
Does anyone have the same problem or any idea about this issue?
