[test] Add cpu microbenchmarks to the test library#1996
Closed
jjotero wants to merge 23 commits intoreframe-hpc:masterfrom
Closed
[test] Add cpu microbenchmarks to the test library#1996jjotero wants to merge 23 commits intoreframe-hpc:masterfrom
jjotero wants to merge 23 commits intoreframe-hpc:masterfrom
Conversation
|
Hello @jjotero, Thank you for updating! Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide Comment last updated at 2021-10-28 16:08:31 UTC |
Codecov Report
@@ Coverage Diff @@
## master #1996 +/- ##
=======================================
Coverage 87.61% 87.61%
=======================================
Files 50 50
Lines 8788 8788
=======================================
Hits 7700 7700
Misses 1088 1088 Continue to review full report at Codecov.
|
Contributor
|
This still needs substantial work, so I'm closing the PR due to time constraints. It will be added to the library at a later time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ported the
stream,strided_bandwidth,dgemmandlatencychecks to thehpctestliblibrary.This PR also extends the
cscs.pyconfig file to support thePrgEnv-fujitsuon the above microbenchmarks.For now, I have ported the tests as they were before keeping the performance metrics are the same. However, these could all be flexible tests, and some of them report the performance on a per-node basis and others don't. We should establish a convention to have them all do the same thing.