Skip to content
Aborted

Changes

Summary

  1. Merge pull request #8695 from masterleinad/jenkins_sycl_clang_build_ur (commit: 919c620) (details)
  2. Ensure all execution space's move assignment/constructors copy (#8687) (commit: 15dc67e) (details)
Commit 919c620c7f358183893f4ab4c1cfaee434391e59 by noreply
Merge pull request #8695 from masterleinad/jenkins_sycl_clang_build_ur

Jenkins: Build unified runtime for SYCL in docker
(commit: 919c620)
The file was modified.jenkins/continuous.groovy (diff)
The file was modifiedscripts/docker/Dockerfile.sycl (diff)
The file was modifiedcmake/kokkos_arch.cmake (diff)
Commit 15dc67e2f59d637d37107ae7ff2e4d375470be95 by noreply
Ensure all execution space's move assignment/constructors copy (#8687)

Ensure all execution space's move assignment/constructors copy

---

Signed-off-by: Daniel Arndt <arndtd@ornl.gov>
Co-authored-by: Damien L-G <dalg24+github@gmail.com>
(commit: 15dc67e)
The file was modifiedcore/src/HPX/Kokkos_HPX.hpp (diff)
The file was modifiedcore/src/OpenMP/Kokkos_OpenMP.hpp (diff)
The file was modifiedcore/src/SYCL/Kokkos_SYCL.hpp (diff)
The file was modifiedcore/src/Cuda/Kokkos_Cuda.hpp (diff)
The file was modifiedcore/src/OpenACC/Kokkos_OpenACC.hpp (diff)
The file was modifiedcore/src/HIP/Kokkos_HIP.hpp (diff)
The file was modifiedcore/src/Threads/Kokkos_Threads.hpp (diff)
The file was modifiedcore/unit_test/TestExecutionSpace.hpp (diff)
The file was modifiedcore/src/OpenMPTarget/Kokkos_OpenMPTarget.hpp (diff)
The file was modifiedcore/src/Serial/Kokkos_Serial.hpp (diff)