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
Missing functions rng::device::generate_single and rng::host::generate_single.
I can see this functions in code, but I cannot see them in library after build.
For device API the situation is the following:
Intel oneMKL product supports this function and it is available in #include <oneapi/mkl/rng/device.hpp> from the binary distribution
However, we deliberately didn't include this function into oneMKL specification and oneMKL interfaces as it seems a bit redundant (if vec_size = 1 for engine it acts the same as just generate).
Do you have a wide usage of this function or is it enough to use regular generate for your use cases?
Summary
Missing functions rng::device::generate_single and rng::host::generate_single.
I can see this functions in code, but I cannot see them in library after build.
Reproducer
build out: error: no member named 'generate_single' in namespace 'oneapi::mkl::rng::device’
The text was updated successfully, but these errors were encountered: