Skip to content

Commit ca1ecc2

Browse files
authored
[RNG] Add PCG64 DXSM (#670)
1 parent 6d0f919 commit ca1ecc2

File tree

7 files changed

+847
-1
lines changed

7 files changed

+847
-1
lines changed

include/oneapi/math/rng/device/detail/engine_base.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ class engine_base {};
3939
#include "oneapi/math/rng/device/detail/mrg32k3a_impl.hpp"
4040
#include "oneapi/math/rng/device/detail/mcg31m1_impl.hpp"
4141
#include "oneapi/math/rng/device/detail/mcg59_impl.hpp"
42+
#include "oneapi/math/rng/device/detail/pcg64_dxsm_impl.hpp"
4243

4344
#endif // ONEMATH_RNG_DEVICE_ENGINE_BASE_HPP_

0 commit comments

Comments
 (0)