Branch: refs/heads/dataflow-decltype-auto
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 4af51d978de371181d67dfb383240fa9f33610f9
https://github.com/STEllAR-GROUP/hpx/commit/4af51d978de371181d67dfb383240fa9f33610f9
Author: Mikael Simberg <[email protected]>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M libs/full/async_distributed/tests/unit/CMakeLists.txt
R libs/full/async_distributed/tests/unit/apply_local.cpp
R libs/full/async_distributed/tests/unit/apply_local_executor.cpp
R libs/full/async_distributed/tests/unit/async_local.cpp
R libs/full/async_distributed/tests/unit/async_local_executor.cpp
M libs/parallelism/async_local/tests/unit/CMakeLists.txt
A libs/parallelism/async_local/tests/unit/apply_local.cpp
A libs/parallelism/async_local/tests/unit/apply_local_executor.cpp
A libs/parallelism/async_local/tests/unit/async_local.cpp
A libs/parallelism/async_local/tests/unit/async_local_executor.cpp
Log Message:
-----------
Move local async tests to async_local module
Commit: bdb05f00c3bc0d3940d8825a67528b9ad592fd48
https://github.com/STEllAR-GROUP/hpx/commit/bdb05f00c3bc0d3940d8825a67528b9ad592fd48
Author: Mikael Simberg <[email protected]>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M libs/full/async_distributed/include/hpx/async_distributed/dataflow.hpp
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M libs/parallelism/lcos_local/tests/unit/CMakeLists.txt
A
libs/parallelism/lcos_local/tests/unit/local_dataflow_executor_additional_arguments.cpp
Log Message:
-----------
Allow injecting additional arguments from executor when using dataflow
Commit: f52deb71ff94a194e18f7017ca4e632a0afe0ac4
https://github.com/STEllAR-GROUP/hpx/commit/f52deb71ff94a194e18f7017ca4e632a0afe0ac4
Author: Mikael Simberg <[email protected]>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M libs/parallelism/async_local/tests/unit/CMakeLists.txt
A
libs/parallelism/async_local/tests/unit/async_local_executor_additional_arguments.cpp
Log Message:
-----------
Add async_local test for executors that add arguments to function call
Commit: 4a649dedd949abf705434bc4ca547f2d55bbea83
https://github.com/STEllAR-GROUP/hpx/commit/4a649dedd949abf705434bc4ca547f2d55bbea83
Author: Mikael Simberg <[email protected]>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M libs/parallelism/lcos_local/tests/unit/CMakeLists.txt
A libs/parallelism/lcos_local/tests/unit/local_dataflow_external_future.cpp
Log Message:
-----------
Update dataflow to allow customizing dataflow finalization stage
Customization is necessary to allow out-of-band signalling of future
completion. In the normal case the dataflow implementation handles setting the
future to ready, but for e.g. CUDA and cuBLAS executors the completion happens
later, and a custom mechanism is required to be able to set the future to ready
once an asynchronous operation has completed.
Commit: 08a3247cd81a819ecda434e4029c8ea2b433d8f8
https://github.com/STEllAR-GROUP/hpx/commit/08a3247cd81a819ecda434e4029c8ea2b433d8f8
Author: Mikael Simberg <[email protected]>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
Log Message:
-----------
Change typedefs to using in dataflow.hpp
Commit: b06f90a0613f931ef6551b99337802ec0e88eddd
https://github.com/STEllAR-GROUP/hpx/commit/b06f90a0613f931ef6551b99337802ec0e88eddd
Author: Mikael Simberg <[email protected]>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
Log Message:
-----------
Move function only once in dataflow frame
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/7f31eaa286a2...b06f90a0613f
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits