Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence Thread Sanitizer in
InitRandom
Either making the shared variables constant (not sensible in the function signature) or using `firstprivate` should silence the warnings we see.
- Loading branch information