[#198] shad STL algorithm examples#199
Open
NanmiaoWu wants to merge 5 commits intopnnl:ics_2021_tutorialfrom
Open
[#198] shad STL algorithm examples#199NanmiaoWu wants to merge 5 commits intopnnl:ics_2021_tutorialfrom
NanmiaoWu wants to merge 5 commits intopnnl:ics_2021_tutorialfrom
Conversation
| #include "shad/util/measure.h" | ||
|
|
||
| constexpr static size_t kArraySize = 1024; | ||
| using array_t = shad::impl::array<int, kArraySize>; |
Collaborator
There was a problem hiding this comment.
Why using the impl::array?
5b50f39 to
eaa6450
Compare
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.
This pr creates examples about applying shad STL algorithms for shad_array, shad_unordered_set, and shad_unordered_map, respectively.
The command line arguments and results on puma cluster are following