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

llvm: Add helper function to retrieve and optionally reseed random state #2138

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

jvesely
Copy link
Collaborator

@jvesely jvesely commented Oct 5, 2021

Store used seed in compiled random state.
Check the last used seed with the most recent value of the 'seed' param,
reseed the random state if the seeds don't match.
Add simple test.

Signed-off-by: Jan Vesely jan.vesely@rutgers.edu

Store used seed in compiled random state.
Check the last used seed with the most recent value of the 'seed' param,
reseed the random state if the seeds don't match.
Add simple test.

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
@jvesely jvesely added the compiler Runtime Compiler label Oct 5, 2021
@jvesely jvesely added this to In progress in LLVM Runtime Compiler via automation Oct 5, 2021
@github-actions
Copy link

github-actions bot commented Oct 5, 2021

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@jvesely jvesely merged commit 9b2ab4f into PrincetonUniversity:devel Oct 5, 2021
LLVM Runtime Compiler automation moved this from In progress to Done Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Runtime Compiler
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant