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

Comparing performance/quality trade-off of SPEC and VTR random number generators. #2798

Open
soheilshahrouz opened this issue Nov 3, 2024 · 0 comments
Assignees

Comments

@soheilshahrouz
Copy link
Contributor

VTR currently uses a random number generator implemented in vtr_random.cpp file. There is another RNG implementation in specrand.cpp that is conditionally compiled. In #2793, Vaughn suggested replacing VTR's random number generator with SPEC RNG. To do this, we need to evaluate the performance and quality trade-offs between these two implementations.

@soheilshahrouz soheilshahrouz self-assigned this Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant