oneapi::mkl::rng::device::engine_accessor¶
Host side helper to provide an abstraction over sycl::accessor
to access engines’ which are held by engine_descriptor
in kernels.
Description¶
engine_accessor
provides an abstraction over sycl::accessor
to access engines which are held by engine_descriptor
in kernels by the load()
and store()
functions.