Branch: refs/heads/libcds-example
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 92d53ded07b824ec7ebabdb714d84b7c4b208233
      
https://github.com/STEllAR-GROUP/hpx/commit/92d53ded07b824ec7ebabdb714d84b7c4b208233
  Author: Weile Wei <[email protected]>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M examples/CMakeLists.txt
    A examples/libcds/CMakeLists.txt
    A examples/libcds/libcds_deque.cpp

  Log Message:
  -----------
  adding libcds deque example


  Commit: da362a5bd26c37dba107571cc69e1ce71a5005c3
      
https://github.com/STEllAR-GROUP/hpx/commit/da362a5bd26c37dba107571cc69e1ce71a5005c3
  Author: John Biddiscombe <[email protected]>
  Date:   2020-07-18 (Sat, 18 Jul 2020)

  Changed paths:
    M libs/async_cuda/CMakeLists.txt
    M libs/async_cuda/include/hpx/async_cuda/get_targets.hpp
    M libs/async_cuda/include/hpx/async_cuda/target.hpp
    M libs/async_cuda/src/cuda_future.cpp
    M libs/async_cuda/src/cuda_target.cpp
    M libs/async_cuda/src/get_targets.cpp
    M libs/async_cuda/tests/performance/cuda_executor_throughput.cpp

  Log Message:
  -----------
  Fix async_cuda build problems when distributed runtime is disabled


  Commit: ce9644c0306b02b25e65fbbc3829dce6e44cec32
      
https://github.com/STEllAR-GROUP/hpx/commit/ce9644c0306b02b25e65fbbc3829dce6e44cec32
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-19 (Sun, 19 Jul 2020)

  Changed paths:
    M libs/coroutines/src/detail/coroutine_impl.cpp

  Log Message:
  -----------
  Fixing TSS problems during thread termination


  Commit: 9e183137c9e068440e287055f519a6f3b83d5c3c
      
https://github.com/STEllAR-GROUP/hpx/commit/9e183137c9e068440e287055f519a6f3b83d5c3c
  Author: John Biddiscombe <[email protected]>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M libs/async_cuda/include/hpx/async_cuda/target.hpp
    M libs/async_cuda/src/cuda_target.cpp
    M libs/async_cuda/src/get_targets.cpp

  Log Message:
  -----------
  cleanup #ifdefs around code needing distributed runtime


  Commit: f23af2810078dea8918d65cbb9887e7f38c2413a
      
https://github.com/STEllAR-GROUP/hpx/commit/f23af2810078dea8918d65cbb9887e7f38c2413a
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M libs/coroutines/src/detail/coroutine_impl.cpp

  Log Message:
  -----------
  Merge pull request #4840 from STEllAR-GROUP/fixing_thread_tss

Fixing TSS problems during thread termination


  Commit: ff59481f795343b9d3b5bed8ca82db6626fbf68d
      
https://github.com/STEllAR-GROUP/hpx/commit/ff59481f795343b9d3b5bed8ca82db6626fbf68d
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M libs/async_cuda/CMakeLists.txt
    M libs/async_cuda/include/hpx/async_cuda/get_targets.hpp
    M libs/async_cuda/include/hpx/async_cuda/target.hpp
    M libs/async_cuda/src/cuda_future.cpp
    M libs/async_cuda/src/cuda_target.cpp
    M libs/async_cuda/src/get_targets.cpp
    M libs/async_cuda/tests/performance/cuda_executor_throughput.cpp

  Log Message:
  -----------
  Merge pull request #4839 from STEllAR-GROUP/cuda-futures

Fix async_cuda build problems when distributed runtime is disabled


  Commit: 66950f8f762c0541ead7d99e2c56bf82b4756180
      
https://github.com/STEllAR-GROUP/hpx/commit/66950f8f762c0541ead7d99e2c56bf82b4756180
  Author: Weile Wei <[email protected]>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M .jenkins/cscs/ctest.cmake
    M .jenkins/cscs/entry.sh
    M docs/sphinx/manual/creating_hpx_projects.rst
    M docs/sphinx/manual/starting_the_hpx_runtime.rst
    M docs/sphinx/quickstart.rst
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/numeric.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/reduce.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    A libs/algorithms/include/hpx/parallel/container_algorithms/reduce.hpp
    A libs/algorithms/include/hpx/parallel/container_numeric.hpp
    M libs/algorithms/tests/performance/transform_reduce_scaling.cpp
    M libs/algorithms/tests/regressions/reduce_3641.cpp
    M libs/algorithms/tests/unit/algorithms/reduce_.cpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    A libs/algorithms/tests/unit/container_algorithms/reduce_range.cpp
    M libs/async_cuda/CMakeLists.txt
    M libs/async_cuda/include/hpx/async_cuda/get_targets.hpp
    M libs/async_cuda/include/hpx/async_cuda/target.hpp
    M libs/async_cuda/src/cuda_future.cpp
    M libs/async_cuda/src/cuda_target.cpp
    M libs/async_cuda/src/get_targets.cpp
    M libs/async_cuda/tests/performance/cuda_executor_throughput.cpp
    M libs/collectives/include/hpx/collectives/all_reduce.hpp
    M libs/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
    M libs/coroutines/src/detail/coroutine_impl.cpp
    M libs/coroutines/tests/regressions/CMakeLists.txt
    A 
libs/coroutines/tests/regressions/coroutine_function_destructor_yield_4800.cpp
    M libs/functional/include/hpx/type_traits.hpp
    M 
libs/functional/include_compatibility/hpx/functional/traits/is_callable.hpp
    M libs/include/include/hpx/include/parallel_reduce.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/reduce.hpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_reduce.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into libcds-example


  Commit: 8029b800c7e67774e4731b95bbf5ca218c0e81ba
      
https://github.com/STEllAR-GROUP/hpx/commit/8029b800c7e67774e4731b95bbf5ca218c0e81ba
  Author: Weile Wei <[email protected]>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M examples/libcds/CMakeLists.txt
    R examples/libcds/libcds_deque.cpp
    A examples/libcds/libcds_flat_combining_priority_queue.cpp

  Log Message:
  -----------
  add libcds flat combining priority queue


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/0fe62111dd9b...8029b800c7e6
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to