Skip to content
Failed

Changes

Summary

  1. Add a missing deprecation for HostMirror in DyanamicView (commit: c2e77f1) (details)
  2. Rework our cmake to detect ROCm TPL (#8747) (commit: fa02eb7) (details)
  3. Using allocate and deallocate of Kokkos::HostSpace during initialization and destruction of Threads backend. (commit: 0fd459e) (details)
  4. Disable MallocAsync for ROCm 7 (#8746) (commit: efd086d) (details)
  5. Mdspan snapshot 546d4dd6 (#8766) (commit: 1e5af4b) (details)
Commit c2e77f185462454a2d5b09a962e9cbb72638ca03 by donlee
Add a missing deprecation for HostMirror in DyanamicView

Signed-off-by: Dong Hun Lee <donlee@sandia.gov>
(commit: c2e77f1)
The file was modifiedcontainers/src/Kokkos_DynamicView.hpp (diff)
Commit fa02eb74bfb54dce3bbed2cced0de7be388e19a3 by noreply
Rework our cmake to detect ROCm TPL (#8747)

* modernize rocm tpl module
* use cmake_prefix_path for rocm location (as rocm searches for other libs internally, it fails to find them with ROCM_PATH for rocm 6.2 ... newer versions do not have this problem

---------

Signed-off-by: Jakob Bludau <bludauj@ornl.gov>
(commit: fa02eb7)
The file was modifiedcmake/kokkos_tpls.cmake (diff)
The file was modified.gitlab/hpsf-gitlab-ci.yml (diff)
The file was modifiedcmake/Modules/FindTPLROCM.cmake (diff)
Commit 0fd459e07bcb3466b4282d0ec147a7353304146f by hkannan
Using allocate and deallocate of Kokkos::HostSpace during initialization and destruction of Threads backend.
Signed-off-by: Hariprasad Kannan <hkannan@gmail.com>
(commit: 0fd459e)
The file was modifiedcore/src/impl/Kokkos_CStyleMemoryManagement.hpp (diff)
The file was modifiedcore/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp (diff)
The file was modifiedcore/src/Threads/Kokkos_Threads_Instance.cpp (diff)
The file was modifiedcore/src/impl/Kokkos_HostSpace.cpp (diff)
Commit efd086db9084dbc42343101c2607ed7c928c6775 by noreply
Disable MallocAsync for ROCm 7 (#8746)

* use find_package hip for this detection
* add guard for HIP backend
* add path hints
* use cmake_prefix_path for rocm location (as rocm searches for other libs internally, it fails to find them with ROCM_PATH for rocm 6.2 ... newer versions do not have this problem
* expand guard on all rocm 7
* Warn instead or erroring out

---------

Signed-off-by: Jakob Bludau <bludauj@ornl.gov>
(commit: efd086d)
The file was modifiedcmake/kokkos_enable_options.cmake (diff)
Commit 1e5af4bb2db04e3d9090a9f9016fadf2a5a8d192 by noreply
Mdspan snapshot 546d4dd6 (#8766)

* mdspan snapshot

SHA kokkos/mdspan@546d4dd63697c6a331554adb6fe650e09b690812

Corresponds to pr kokkos/mdspan#443

* update mdspan-hash.txt

---------

Signed-off-by: Nathan Ellingwood <ndellin@sandia.gov>
(commit: 1e5af4b)
The file was modifiedtpls/mdspan-hash.txt (diff)
The file was modifiedtpls/mdspan/include/experimental/__p0009_bits/utility.hpp (diff)