Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: bf753fa07b872fbcaf129538c532ac8294181616
      
https://github.com/STEllAR-GROUP/hpx/commit/bf753fa07b872fbcaf129538c532ac8294181616
  Author: Gregor Daiß <gregor.daiss+...@gmail.com>
  Date:   2025-04-15 (Tue, 15 Apr 2025)

  Changed paths:
    M libs/core/async_sycl/include/hpx/async_sycl/sycl_future.hpp
    M libs/core/async_sycl/src/sycl_future.cpp

  Log Message:
  -----------
  Add safeguard to enforce device init for Intel GPU


  Commit: 2658641fac009c27eebf5d5def8f5c1e53920177
      
https://github.com/STEllAR-GROUP/hpx/commit/2658641fac009c27eebf5d5def8f5c1e53920177
  Author: Gregor Daiß <gregor.daiss+...@gmail.com>
  Date:   2025-04-15 (Tue, 15 Apr 2025)

  Changed paths:
    M libs/core/async_sycl/src/sycl_event_callback.cpp
    M libs/core/async_sycl/tests/unit/sycl_vector_add_concurrent_executors.cpp
    M libs/core/async_sycl/tests/unit/sycl_vector_add_executor.cpp
    M libs/core/async_sycl/tests/unit/sycl_vector_add_get_future.cpp

  Log Message:
  -----------
  Merge branch 'fix_sycl_deprecations' into add_oneapi_device_init_workaround


  Commit: 74646b0685e253ba3d13040825436243f07a2ebd
      
https://github.com/STEllAR-GROUP/hpx/commit/74646b0685e253ba3d13040825436243f07a2ebd
  Author: Gregor Daiß <gregor.daiss+...@gmail.com>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M libs/core/async_sycl/include/hpx/async_sycl/sycl_executor.hpp

  Log Message:
  -----------
  Merge branch 'fix_sycl_deprecations' into add_oneapi_device_init_workaround


  Commit: 0b24a5328154a71f27616da4a952e4f62e817e1e
      
https://github.com/STEllAR-GROUP/hpx/commit/0b24a5328154a71f27616da4a952e4f62e817e1e
  Author: Gregor Daiß <gregor.daiss+...@gmail.com>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M libs/core/async_sycl/src/sycl_future.cpp

  Log Message:
  -----------
  Add missing include


  Commit: be696bf588ece7f53eaff71a642306e4640af073
      
https://github.com/STEllAR-GROUP/hpx/commit/be696bf588ece7f53eaff71a642306e4640af073
  Author: Gregor Daiß <gregor.daiss+...@gmail.com>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M libs/core/async_sycl/src/sycl_future.cpp

  Log Message:
  -----------
  Add missing exception header


  Commit: 1f1b8f7e1fcc5aa7d33c6feb40d25119e919a161
      
https://github.com/STEllAR-GROUP/hpx/commit/1f1b8f7e1fcc5aa7d33c6feb40d25119e919a161
  Author: Gregor Daiß <gregor.daiss+...@gmail.com>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M libs/core/async_sycl/src/sycl_future.cpp

  Log Message:
  -----------
  Fix typo


  Commit: 44399192ef24344b4094028cc132df0e13c165d0
      
https://github.com/STEllAR-GROUP/hpx/commit/44399192ef24344b4094028cc132df0e13c165d0
  Author: Gregor Daiß <gregor.daiss+...@gmail.com>
  Date:   2025-04-18 (Fri, 18 Apr 2025)

  Changed paths:
    M .github/workflows/tests.examples.targets
    M .github/workflows/windows_clang_debug.yml
    M .github/workflows/windows_clang_release.yml
    M .github/workflows/windows_debug_vs2019.yml
    M .github/workflows/windows_debug_vs2022.yml
    M .github/workflows/windows_debug_vs2022_fetch_boost.yml
    M .github/workflows/windows_debug_vs2022_fetch_hwloc.yml
    M .github/workflows/windows_release_2019.yml
    M .github/workflows/windows_release_2022.yml
    M .github/workflows/windows_release_gcc_mingw.yml
    M .github/workflows/windows_release_static.yml
    M README.rst
    M libs/core/affinity/include/hpx/affinity/affinity_data.hpp
    M libs/core/affinity/src/affinity_data.cpp
    M libs/core/algorithms/examples/CMakeLists.txt
    A libs/core/algorithms/examples/run_on_all.cpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/detail/search.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
    M 
libs/core/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M 
libs/core/algorithms/include/hpx/parallel/container_algorithms/contains.hpp
    M libs/core/algorithms/include/hpx/parallel/run_on_all.hpp
    M libs/core/algorithms/include/hpx/parallel/spmd_block.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_placement_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_sharing_mode.hpp
    M libs/core/algorithms/include/hpx/parallel/util/adapt_thread_priority.hpp
    M libs/core/algorithms/include/hpx/parallel/util/partitioner.hpp
    M libs/core/algorithms/tests/regressions/for_loop_2281.cpp
    M libs/core/command_line_handling_local/cmake/HPX_SetupJSON.cmake
    M libs/core/compute_local/include/hpx/compute_local/host/block_allocator.hpp
    M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
    M libs/core/executors/include/hpx/executors/fork_join_executor.hpp
    M libs/core/futures/src/detail/execute_thread.cpp
    M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
    M libs/core/threading_base/include/hpx/threading_base/external_timer.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_description.hpp
    M libs/core/threading_base/src/execution_agent.cpp
    M libs/core/threading_base/src/external_timer.cpp
    M libs/core/threading_base/src/set_thread_state.cpp
    M libs/core/threading_base/src/thread_data.cpp
    M libs/core/threading_base/src/thread_description.cpp
    M libs/core/threading_base/src/thread_helpers.cpp

  Log Message:
  -----------
  Merge branch 'master' into add_oneapi_device_init_workaround


  Commit: c88c392f07c1e6a117b801816050506cc3a427d2
      
https://github.com/STEllAR-GROUP/hpx/commit/c88c392f07c1e6a117b801816050506cc3a427d2
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M libs/core/async_sycl/include/hpx/async_sycl/sycl_future.hpp
    M libs/core/async_sycl/src/sycl_future.cpp

  Log Message:
  -----------
  Merge pull request #6680 from G-071/add_oneapi_device_init_workaround

Add oneapi device init workaround


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/b3a1fd15796a...c88c392f07c1

To unsubscribe from these emails, change your notification settings at 
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
hpx-commits@mail.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to