Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 0a267fbe27d6530f9fc636c934d9ac69bddcd2f6
      
https://github.com/STEllAR-GROUP/hpx/commit/0a267fbe27d6530f9fc636c934d9ac69bddcd2f6
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M CMakeLists.txt
    M cmake/HPX_AddComponent.cmake
    M cmake/HPX_AddExecutable.cmake
    M cmake/HPX_AddLibrary.cmake
    M cmake/HPX_AddModule.cmake
    M cmake/HPX_SetupCUDA.cmake
    M libs/full/async_cuda/CMakeLists.txt
    M libs/full/compute_cuda/CMakeLists.txt

  Log Message:
  -----------
  Adjust handling of CUDA/HIP options in CMake


  Commit: 982be1966ef751ce81086a346219aec35f025bbe
      
https://github.com/STEllAR-GROUP/hpx/commit/982be1966ef751ce81086a346219aec35f025bbe
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M .jenkins/cscs/env-clang-newest.sh

  Log Message:
  -----------
  Use C++20 on clang-newest Jenkins CI configuration


  Commit: 662a5701fbe8315f2908d904d9480c91985caf71
      
https://github.com/STEllAR-GROUP/hpx/commit/662a5701fbe8315f2908d904d9480c91985caf71
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M tests/performance/local/stream.cpp

  Log Message:
  -----------
  Rearrange CUDA/HIP ifdefs in stream benchmark


  Commit: 6f091956c1fbbff4edb9132216386f33af13edaf
      
https://github.com/STEllAR-GROUP/hpx/commit/6f091956c1fbbff4edb9132216386f33af13edaf
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
    M libs/core/config/include/hpx/config/endian.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
    M libs/core/serialization/tests/performance/serialization_performance.cpp
    M libs/full/compute/include/hpx/compute/traits/allocator_traits.hpp
    M 
libs/parallelism/pack_traversal/tests/regressions/unwrapping_noncopyable.cpp
    M tests/regressions/threads/block_os_threads_1036.cpp

  Log Message:
  -----------
  Changes to compile with clang 11's c++20 support


  Commit: 74bdc781e9e9891bd0e40f889e80ec4ffe451872
      
https://github.com/STEllAR-GROUP/hpx/commit/74bdc781e9e9891bd0e40f889e80ec4ffe451872
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M .jenkins/cscs/env-clang-newest.sh
    M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
    M libs/core/config/include/hpx/config/endian.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
    M libs/core/serialization/tests/performance/serialization_performance.cpp
    M libs/full/compute/include/hpx/compute/traits/allocator_traits.hpp
    M 
libs/parallelism/pack_traversal/tests/regressions/unwrapping_noncopyable.cpp
    M tests/regressions/threads/block_os_threads_1036.cpp

  Log Message:
  -----------
  Merge pull request #5151 from STEllAR-GROUP/msimberg-patch-4

Use C++20 on clang-newest Jenkins CI configuration


  Commit: f5e03f6a601dafc753af66bd0355cecc86c7ed13
      
https://github.com/STEllAR-GROUP/hpx/commit/f5e03f6a601dafc753af66bd0355cecc86c7ed13
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Increase CircleCI timeout for install step


  Commit: 63a0c16c05e1c16e1924c7b238d3b5f2359a2294
      
https://github.com/STEllAR-GROUP/hpx/commit/63a0c16c05e1c16e1924c7b238d3b5f2359a2294
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M CMakeLists.txt
    M cmake/HPX_AddComponent.cmake
    M cmake/HPX_AddExecutable.cmake
    M cmake/HPX_AddLibrary.cmake
    M cmake/HPX_AddModule.cmake
    M cmake/HPX_SetupCUDA.cmake
    M libs/full/async_cuda/CMakeLists.txt
    M libs/full/compute_cuda/CMakeLists.txt
    M tests/performance/local/stream.cpp

  Log Message:
  -----------
  Merge pull request #5145 from msimberg/cuda-cmake-options

Adjust handling of CUDA/HIP options in CMake


  Commit: 77e7c5b9e28caf46a3c86fab4d21254d5f1de43f
      
https://github.com/STEllAR-GROUP/hpx/commit/77e7c5b9e28caf46a3c86fab4d21254d5f1de43f
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M .circleci/config.yml
    M .jenkins/cscs/env-clang-newest.sh
    M CMakeLists.txt
    M cmake/HPX_AddComponent.cmake
    M cmake/HPX_AddExecutable.cmake
    M cmake/HPX_AddLibrary.cmake
    M cmake/HPX_AddModule.cmake
    M cmake/HPX_SetupCUDA.cmake
    M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
    M libs/core/config/include/hpx/config/endian.hpp
    M 
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
    M libs/core/serialization/tests/performance/serialization_performance.cpp
    M libs/full/async_cuda/CMakeLists.txt
    M libs/full/compute/include/hpx/compute/traits/allocator_traits.hpp
    M libs/full/compute_cuda/CMakeLists.txt
    M 
libs/parallelism/pack_traversal/tests/regressions/unwrapping_noncopyable.cpp
    M tests/performance/local/stream.cpp
    M tests/regressions/threads/block_os_threads_1036.cpp

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


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/6783d30ce064...77e7c5b9e28c
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to