oneapi-src / oneMKL

oneAPI Math Kernel Library (oneMKL) Interfaces
Apache License 2.0
605 stars 155 forks source link

#include <oneapi/mkl.hpp> #438

Open tb5874 opened 7 months ago

tb5874 commented 7 months ago

hello, i'm windows10, oneapi user.

when i write oneapi code with onemkl, i can't use oneapi::mkl::rng::device namespace. cmakelists.txt include compile options /Qmkl:sequential /Qmkl-ilp64:sequential

https://github.com/oneapi-src/oneMKL/blob/develop/include/oneapi/mkl.hpp https://github.com/oneapi-src/oneMKL/blob/develop/include/oneapi/mkl/rng.hpp in there, header did not include 'rng/device.hpp'.

i just want to know reason.

Rbiessy commented 1 month ago

I'm not familiar with the rng domain but I can see that the example and tests directly include this file as well. Maybe someone from @oneapi-src/onemkl-rng-write can confirm whether this is intentional?