-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Convert GpuBandwidthCheck to a flexible diagnostic check
#586
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
|
@ajocksch Can you please put more precise names in your PRs? And optionally a description of what they are addressing? The titles of PRs are important, cos they are used for generating the release notes. |
|
@ajocksch Flexible tests must not be production. |
GpuBandwidthCheck to flexible nodecount
GpuBandwidthCheck to flexible nodecountGpuBandwidthCheck to use flexible node allocation
GpuBandwidthCheck to use flexible node allocationGpuBandwidthCheck to use flexible node allocation
Codecov Report
@@ Coverage Diff @@
## master #586 +/- ##
==========================================
+ Coverage 91.57% 91.59% +0.02%
==========================================
Files 72 72
Lines 8980 8980
==========================================
+ Hits 8223 8225 +2
+ Misses 757 755 -2
Continue to review full report at Codecov.
|
|
the production label still needs to be removed; debugging in the sense that the multi-line regexpr should cover also lines mixed between different nodes -- the current tests did not produce this |
vkarak
left a comment
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.
Apart from my style comments and suggestions, the sanity checking implementation seems unnecessarily complicated. What do you want to achieve exactly?
|
Also I think the flexible test can be combine with the non-flexible one. In my opinion it should replace it and removed from production. |
GpuBandwidthCheck to use flexible node allocationGpuBandwidthCheck to use flexible node allocation
|
@ajocksch This looks still as in work in progress. Let me know when I should review it again by removing the |
GpuBandwidthCheck to use flexible node allocationGpuBandwidthCheck to use flexible node allocation
- Use a single programming environment - Fix performance logging - Log performance per node and GPU - Implementation fine tuning
|
Hello @ajocksch! Thanks for updating the PR.
|
GpuBandwidthCheck to use flexible node allocationGpuBandwidthCheck to a flexible diagnostic check
Closes #578.