Branch: refs/heads/fixing_datapar
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 3800263165c76d4179a27d729f2f0504c6543cb4
https://github.com/STEllAR-GROUP/hpx/commit/3800263165c76d4179a27d729f2f0504c6543cb4
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
Log Message:
-----------
Fix Seg fault on foreach_datapar_zipiter
Commit: 2294a5c5755aad43e6481cc9ca5d46bd1fc97115
https://github.com/STEllAR-GROUP/hpx/commit/2294a5c5755aad43e6481cc9ca5d46bd1fc97115
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
Log Message:
-----------
Fix naming conventions in datapar
Commit: 2cad433f92a23b73f369fe536b9c164f8e592372
https://github.com/STEllAR-GROUP/hpx/commit/2cad433f92a23b73f369fe536b9c164f8e592372
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
Log Message:
-----------
Fix datapar_loop_step variable initalisation
Commit: 9aae89b53e8b9afc167fb1742063d89b41dd7ee4
https://github.com/STEllAR-GROUP/hpx/commit/9aae89b53e8b9afc167fb1742063d89b41dd7ee4
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
Log Message:
-----------
Fix formatting
Commit: a2d75115748193cb2c7c39f949e737a99e84f39d
https://github.com/STEllAR-GROUP/hpx/commit/a2d75115748193cb2c7c39f949e737a99e84f39d
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/datapar/iterator_helpers.hpp
M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
Log Message:
-----------
Fix is_data_aligned convention
Commit: c60ae0eee517a371bea69b2cb0d03ce208883c1d
https://github.com/STEllAR-GROUP/hpx/commit/c60ae0eee517a371bea69b2cb0d03ce208883c1d
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M libs/parallelism/algorithms/tests/regressions/CMakeLists.txt
A libs/parallelism/algorithms/tests/regressions/for_each_datapar.cpp
Log Message:
-----------
Added regression test for_each_datapar
Commit: cabc6042de83dad99ac8f8b9df5dcb884d7d7f76
https://github.com/STEllAR-GROUP/hpx/commit/cabc6042de83dad99ac8f8b9df5dcb884d7d7f76
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-10 (Sat, 10 Apr 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
Log Message:
-----------
Fix is_data_aligned in zip_iterator
Commit: 32aadc7f3c6302c5f5044da9f247aa32f5aa417b
https://github.com/STEllAR-GROUP/hpx/commit/32aadc7f3c6302c5f5044da9f247aa32f5aa417b
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-10 (Sat, 10 Apr 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
Log Message:
-----------
Fix is_data_aligned variadic template sequencer
Co-authored-by: Hartmut Kaiser <[email protected]>
Commit: e2c49cdea7c53984f56f555776e28727cc4ab8a7
https://github.com/STEllAR-GROUP/hpx/commit/e2c49cdea7c53984f56f555776e28727cc4ab8a7
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M libs/parallelism/algorithms/tests/regressions/CMakeLists.txt
M libs/parallelism/algorithms/tests/regressions/for_each_datapar.cpp
Log Message:
-----------
Add license header and Fix CMakeLists.txt
Commit: 80f7137946959f0a6218d7847a76d27834095b20
https://github.com/STEllAR-GROUP/hpx/commit/80f7137946959f0a6218d7847a76d27834095b20
Author: srinivasyadav18 <[email protected]>
Date: 2021-04-15 (Thu, 15 Apr 2021)
Changed paths:
M libs/parallelism/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
Log Message:
-----------
Fix datapar/is_data_aligned zip_iterator empty pack
Commit: 7e895778190a07f03e274d6867743b448f1fec3e
https://github.com/STEllAR-GROUP/hpx/commit/7e895778190a07f03e274d6867743b448f1fec3e
Author: Mikael Simberg <[email protected]>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M
libs/parallelism/algorithms/include/hpx/parallel/datapar/iterator_helpers.hpp
M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/datapar/transform_loop.hpp
M libs/parallelism/algorithms/include/hpx/parallel/datapar/zip_iterator.hpp
M libs/parallelism/algorithms/tests/regressions/CMakeLists.txt
A libs/parallelism/algorithms/tests/regressions/for_each_datapar.cpp
Log Message:
-----------
Merge pull request #5281 from srinivasyadav18/fixing_datapar
Fix Segmentation fault on foreach_datapar_zipiter
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/23c13cfd46e8...7e895778190a
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits