Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 921a2f45a95ba90709f38d9e13cd6e3a1e08ccba
https://github.com/STEllAR-GROUP/hpx/commit/921a2f45a95ba90709f38d9e13cd6e3a1e08ccba
Author: Gregor Daiß <[email protected]>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M libs/core/async_sycl/include/hpx/async_sycl/detail/sycl_event_callback.hpp
M libs/core/async_sycl/include/hpx/async_sycl/sycl_executor.hpp
M libs/core/async_sycl/include/hpx/async_sycl/sycl_future.hpp
M libs/core/async_sycl/src/sycl_event_callback.cpp
M libs/core/async_sycl/src/sycl_future.cpp
M libs/core/async_sycl/tests/unit/sycl_stream.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
M libs/core/config/include/hpx/config/compiler_specific.hpp
Log Message:
-----------
Fix SYCL deprecations (CL namespace and selectors)
Commit: b5440e370c18a2d0d9ffad07b34b46116cfa8283
https://github.com/STEllAR-GROUP/hpx/commit/b5440e370c18a2d0d9ffad07b34b46116cfa8283
Author: Gregor Daiß <[email protected]>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M libs/core/async_sycl/include/hpx/async_sycl/sycl_executor.hpp
M libs/core/async_sycl/tests/unit/sycl_stream.cpp
Log Message:
-----------
Fix clang format issues
Commit: 5dd8a7c576ac939cc254250e35fba748e5f396b1
https://github.com/STEllAR-GROUP/hpx/commit/5dd8a7c576ac939cc254250e35fba748e5f396b1
Author: Gregor Daiß <[email protected]>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
Log Message:
-----------
Merge branch 'fix_oneapi_overloads' into fix_sycl_deprecations
Commit: 82df88d5f634929a95b2863aadd079a83a824445
https://github.com/STEllAR-GROUP/hpx/commit/82df88d5f634929a95b2863aadd079a83a824445
Author: Gregor Daiß <[email protected]>
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:
-----------
Fix format
Commit: fb204e82b87aa8566070a533076a412ff6bb04ca
https://github.com/STEllAR-GROUP/hpx/commit/fb204e82b87aa8566070a533076a412ff6bb04ca
Author: Gregor Daiß <[email protected]>
Date: 2025-04-16 (Wed, 16 Apr 2025)
Changed paths:
M libs/core/async_sycl/include/hpx/async_sycl/sycl_executor.hpp
Log Message:
-----------
Fix inspect errors
Commit: 2457a441edabee237b80f6bd66d7da96bbf4385d
https://github.com/STEllAR-GROUP/hpx/commit/2457a441edabee237b80f6bd66d7da96bbf4385d
Author: Gregor Daiß <[email protected]>
Date: 2025-04-16 (Wed, 16 Apr 2025)
Changed paths:
Log Message:
-----------
Merge branch 'fix_oneapi_overloads' into fix_sycl_deprecations
Commit: b84d00d157a7162e9374b5e30a1473783a032b6c
https://github.com/STEllAR-GROUP/hpx/commit/b84d00d157a7162e9374b5e30a1473783a032b6c
Author: Gregor Daiß <[email protected]>
Date: 2025-04-16 (Wed, 16 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 fix_sycl_deprecations
Commit: 423986f8d7e793da75c94a8e96170eb11e0c2d9a
https://github.com/STEllAR-GROUP/hpx/commit/423986f8d7e793da75c94a8e96170eb11e0c2d9a
Author: Hartmut Kaiser <[email protected]>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M libs/core/async_sycl/include/hpx/async_sycl/detail/sycl_event_callback.hpp
M libs/core/async_sycl/include/hpx/async_sycl/sycl_executor.hpp
M libs/core/async_sycl/include/hpx/async_sycl/sycl_future.hpp
M libs/core/async_sycl/src/sycl_event_callback.cpp
M libs/core/async_sycl/src/sycl_future.cpp
M libs/core/async_sycl/tests/unit/sycl_stream.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
M libs/core/config/include/hpx/config/compiler_specific.hpp
Log Message:
-----------
Merge pull request #6679 from G-071/fix_sycl_deprecations
Fix sycl deprecations
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/062b1d34569f...423986f8d7e7
To unsubscribe from these emails, change your notification settings at
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits