-
-
Notifications
You must be signed in to change notification settings - Fork 450
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
Adjacent #5564
Adjacent #5564
Conversation
6e10670
to
318b9a9
Compare
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.
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
Outdated
Show resolved
Hide resolved
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
Outdated
Show resolved
Hide resolved
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
Outdated
Show resolved
Hide resolved
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
Outdated
Show resolved
Hide resolved
Also, please fix the compilation problems exposed by the CI. |
d3f790a
to
906d42a
Compare
@kmoham6 could you please take care of the remaining CI problems? |
b95e732
to
f81a8f9
Compare
@kmoham6 after merging #5580 this PR has conflicts with master. Could you please look into fixing those? Also, things look much better now, there are only a few problems left, for instance: https://cdash.cscs.ch/viewBuildError.php?buildid=188148. |
Performance test reportHPX PerformanceComparison
Info
Comparison
Info
Explanation of Symbols
|
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_difference.hpp
Outdated
Show resolved
Hide resolved
@kmoham6 the cmake_format issue should be gone if you rebase on master. The other test issues are unrelated and known, you will not have to worry about those. |
update remove unnecessary deps renamed adjacent file
@kmoham6 could you mark comments that you've already taken care of as resolved so that we can see what is actually still unresolved? |
@kmoham6 not sure if I missed it before, but now we see compilation problems with the datapar tests: https://cdash.cscs.ch/viewBuildError.php?buildid=193713 |
@hkaiser seems the error is about std::minus<> that I changed it before my last rebase. it looks like they were lost after rebase. I fixed them and pushing again. |
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.
This is now ready to go in. LGTM, thanks!
Adapting adjacent_difference to C++20