Skip to content
Failed

Changes

Summary

  1. Fix linking with rothrust in downstream applications (details)
  2. SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870) (details)
  3. CMakeLists: restore lines needed for CI testing (details)
Commit 8062a602070ce6d611b73c9eb626ebd7dc1a039b by Daniel Arndt
Fix linking with rothrust in downstream applications
The file was modified cmake/Modules/FindTPLROCTHRUST.cmake (diff)
Commit 5e7cab99b5789abe6a1b411134f41fd80bf1c740 by noreply
SYCL: Make sure to call find_dependency for oneDPL if necessary  (#6870)

* Make sure to call find_dependency for oneDPL if necessary

* Move linking with oneDPL to algorithms

* Don't guard KOKKOS_IMPORT_TPL by CMake language
The file was modified algorithms/src/CMakeLists.txt (diff)
The file was modified core/src/CMakeLists.txt (diff)
The file was modified cmake/Modules/FindTPLONEDPL.cmake (diff)
The file was modified cmake/kokkos_tpls.cmake (diff)
Commit 1e88dcffcc1af1ad16f44d3d0280f5eb59d0b16a by ajpowel
CMakeLists: restore lines needed for CI testing
The file was modified example/build_cmake_installed/CMakeLists.txt (diff)