Skip to content
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

[oneMKL][RNG] Fixed some bugs for oneMKL RNG device API #525

Merged

Conversation

andreyfe1
Copy link
Contributor

It doesn't make sense to keep constructors with std::initializer_list for mcg31m1 and mcg59 generators since one seed value is enough. Due to size of the state for mcg31m1 uint32_t is enough to store it. For mcg59 uint64_t is enough. So, let's keep only std::uint32_t seed for mcg31m1 and std::uint64_t seed for mcg59.

Feel free to provide your feedback.

@andreyfe1 andreyfe1 changed the title [oneMKL][RNG] Fixed some device API for oneMKL RNG [oneMKL][RNG] Fixed some bugs for oneMKL RNG device API Mar 28, 2024
Copy link
Contributor

@aelizaro aelizaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thank you @andreyfe1 for catching this issue!

@rscohn2
Copy link
Member

rscohn2 commented Apr 12, 2024

The repo will be moving to https://github.com/uxlfoundation
Github should do automatic forwarding

@spencerpatty spencerpatty merged commit 7ec18a7 into uxlfoundation:main May 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants