-
Notifications
You must be signed in to change notification settings - Fork 116
[oneDPL][RNG] Add Philox engine to the oneAPI spec #653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[oneDPL][RNG] Add Philox engine to the oneAPI spec #653
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contirbution
Please find some comments
In addition, could you please fix the type description in
template
using minstd_rand0_vec = linear_congruential_engine<sycl::vec<::std::uint_fast32_t, N>, 16807, 0, 2147483647>;
a355013
to
b5b7143
Compare
Thanks @paveldyakov for the review! All the comments were addressed.
Sure, also done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All comments have been addressed
Thank you!
@akukanov , could you please also take a look? |
Sure, I will. The minimal review period is two weeks, so there is no rush (yet) :) |
Documented the oneDPL Philox RNG.