-
Notifications
You must be signed in to change notification settings - Fork 483
ITS: simplify parallel_for loops #14648
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
Conversation
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Error while checking build/O2/fullCI_slc9 for 8bd3b93 at 2025-09-13 03:49: Full log here. |
|
@mconcas can we please merge this since the macOs-arm built failure is unrelated and I anyways built on arm? |
This just simplifies the syntax used in parallel_for loops, instead of:
this now just
which I think is much clearer. This does no functional changes.
Also after #14595, I realised I dont need to use an atomic for the level update since this part is sequential anyways.