Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: d7d13cf41c91e15bd752b7a0b1b27cd50ef65ed9
https://github.com/STEllAR-GROUP/hpx/commit/d7d13cf41c91e15bd752b7a0b1b27cd50ef65ed9
Author: srinivasyadav18 <[email protected]>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
M libs/core/algorithms/CMakeLists.txt
M
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
A
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_difference.hpp
Log Message:
-----------
Move sequential impl to detail
Moves sequential implementation of adjacent_difference to detail which enables
overload for simd policy.
Commit: f49951d17775d3805020ff331b9803c9d6bb9e1c
https://github.com/STEllAR-GROUP/hpx/commit/f49951d17775d3805020ff331b9803c9d6bb9e1c
Author: srinivasyadav18 <[email protected]>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
Log Message:
-----------
Replace use of std::minus with lambda
Replaces use of std minus with generic lambda which enables minus operations
with data parallel types.
Commit: af51b8d0184a1bd102c0a653b8d2ae90d580505d
https://github.com/STEllAR-GROUP/hpx/commit/af51b8d0184a1bd102c0a653b8d2ae90d580505d
Author: srinivasyadav18 <[email protected]>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
M libs/core/algorithms/CMakeLists.txt
M libs/core/algorithms/include/hpx/parallel/datapar.hpp
A libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
Log Message:
-----------
Adapt simd overload for adjacent difference
Adds new header in datapar for adjacent difference algorithm.
Adds the new header in CMakeLists.txt and datapar.hpp.
Commit: daa178496d09b2b16007a438b21242352c3dba04
https://github.com/STEllAR-GROUP/hpx/commit/daa178496d09b2b16007a438b21242352c3dba04
Author: srinivasyadav18 <[email protected]>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
M libs/core/algorithms/tests/unit/algorithms/adjacentdifference.cpp
A libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
Log Message:
-----------
Split existing adjacent_difference unit tests
Splits the existing adjacent_difference into header and source files.
Merges execption and bad alloc tests into one header and source.
Commit: f4262ecc1ea463c3d9c3b004e8713b08059ec0f2
https://github.com/STEllAR-GROUP/hpx/commit/f4262ecc1ea463c3d9c3b004e8713b08059ec0f2
Author: srinivasyadav18 <[email protected]>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
M libs/core/algorithms/tests/unit/datapar_algorithms/CMakeLists.txt
A
libs/core/algorithms/tests/unit/datapar_algorithms/adjacentdifference_datapar.cpp
Log Message:
-----------
Unit test for adjacent difference datapar
Adds adjacent difference datapar unit test source file.
Commit: a669c7b0135ea81278c2fa4ace18cbef0a541d55
https://github.com/STEllAR-GROUP/hpx/commit/a669c7b0135ea81278c2fa4ace18cbef0a541d55
Author: srinivasyadav18 <[email protected]>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_difference.hpp
M libs/core/algorithms/include/hpx/parallel/datapar.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
Log Message:
-----------
Apply formatting
Commit: f75fa9476b95905a2363a4f121d56fad3935f0e5
https://github.com/STEllAR-GROUP/hpx/commit/f75fa9476b95905a2363a4f121d56fad3935f0e5
Author: srinivasyadav18 <[email protected]>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
Log Message:
-----------
Replace lamdba with std::minus
Commit: 66f369ea17e77186ba668db21ea4998e980e51be
https://github.com/STEllAR-GROUP/hpx/commit/66f369ea17e77186ba668db21ea4998e980e51be
Author: srinivasyadav18 <[email protected]>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M
libs/core/algorithms/tests/unit/datapar_algorithms/adjacentdifference_datapar.cpp
Log Message:
-----------
Uncomment in datapar adjacent difference unit test
Commit: fe4deed6ca6bbf65870f692ebbc91aee891a18e8
https://github.com/STEllAR-GROUP/hpx/commit/fe4deed6ca6bbf65870f692ebbc91aee891a18e8
Author: srinivasyadav18 <[email protected]>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
Log Message:
-----------
Replace HPX_INVOKE with hpx::invoke
Commit: 2098a4ac3e961fdfa2e2b4688e2088701fb28dfc
https://github.com/STEllAR-GROUP/hpx/commit/2098a4ac3e961fdfa2e2b4688e2088701fb28dfc
Author: Hartmut Kaiser <[email protected]>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
M libs/core/algorithms/CMakeLists.txt
M
libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
A
libs/core/algorithms/include/hpx/parallel/algorithms/detail/adjacent_difference.hpp
M libs/core/algorithms/include/hpx/parallel/datapar.hpp
A libs/core/algorithms/include/hpx/parallel/datapar/adjacent_difference.hpp
M libs/core/algorithms/tests/unit/algorithms/CMakeLists.txt
M libs/core/algorithms/tests/unit/algorithms/adjacentdifference.cpp
A libs/core/algorithms/tests/unit/algorithms/adjacentdifference_tests.hpp
M libs/core/algorithms/tests/unit/datapar_algorithms/CMakeLists.txt
A
libs/core/algorithms/tests/unit/datapar_algorithms/adjacentdifference_datapar.cpp
Log Message:
-----------
Merge pull request #5580 from srinivasyadav18/adapt_simd_adj_diff
Adapt simd adj diff
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/8672d772e63d...2098a4ac3e96
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits