-
Notifications
You must be signed in to change notification settings - Fork 52
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
MPS benchmarking scripts and test workflow #244
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the idea with the CI setup exactly? Will this work with the CERN-based CI machine? @paulgessinger, will such a thing "fit into" #237?
I'm absolutely in favour of adding scripts for performance measurements. Though we'll probably need to write better applications than the current ones for proper throughput tests.
This was not clear to me, Do you suggest an alternative approach for benchmarking? |
Don't worry about that for now. You should just use these executables in your scripts for now. I just wanted to give you a heads' up that these applications are not able to do a super high throughput yet. (Their "host code" is not super efficient.) |
This PR adds Multi process bench-marking scripts and a workflow to test it.
Note: not checked if multi_process_script workflow works as intended with the CI runner with the GPU.