Skip to content
Failed

Changes

Summary

  1. Disable more Bessel tests for SYCL on INtel GPUs (details)
  2. Cosmetic changes to ProfilingSection (details)
  3. Try linking against CUDA libararies even with KOKKOS_ENABLE_COMPILE_AS_CMAKE_LANGUAGE (details)
  4. Enable `{transform_}exclusive_scan` in place (#6667) (details)
Commit 8de16ea357136aeaa0f06a27d24820d3d2f37235 by Daniel Arndt
Disable more Bessel tests for SYCL on INtel GPUs
The file was modified core/unit_test/TestMathematicalSpecialFunctions.hpp (diff)
Commit 4eae6a99f1123f31496504f60cb6a4735559052c by Damien L-G
Cosmetic changes to ProfilingSection
The file was modified core/src/Kokkos_Profiling_ProfileSection.hpp (diff)
Commit 3358970c2fe7c36e6de79912edd2a65f5a46b53f by Daniel Arndt
Try linking against CUDA libararies even with KOKKOS_ENABLE_COMPILE_AS_CMAKE_LANGUAGE
The file was modified core/src/CMakeLists.txt (diff)
The file was modified cmake/kokkos_tpls.cmake (diff)
Commit 3523bc3e789110445320af86e1feea6862b31b68 by noreply
Enable `{transform_}exclusive_scan` in place (#6667)

* Enable exclusive_scan in place

* add test for inplace operation

* improve tests

* formatting

* fix test for transform_*

* simplify args

* revise tests

---------

Co-authored-by: Francesco Rizzi <fnrizzi@sandia.gov>
The file was modified algorithms/src/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTransformExclusiveScan.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsExclusiveScan.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamExclusiveScan.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamTransformExclusiveScan.cpp (diff)

Summary

  1. Disable more Bessel tests for SYCL on INtel GPUs (details)
  2. Cosmetic changes to ProfilingSection (details)
  3. Try linking against CUDA libararies even with KOKKOS_ENABLE_COMPILE_AS_CMAKE_LANGUAGE (details)
  4. Enable `{transform_}exclusive_scan` in place (#6667) (details)
Commit 8de16ea357136aeaa0f06a27d24820d3d2f37235 by Daniel Arndt
Disable more Bessel tests for SYCL on INtel GPUs
The file was modified core/unit_test/TestMathematicalSpecialFunctions.hpp (diff)
Commit 4eae6a99f1123f31496504f60cb6a4735559052c by Damien L-G
Cosmetic changes to ProfilingSection
The file was modified core/src/Kokkos_Profiling_ProfileSection.hpp (diff)
Commit 3358970c2fe7c36e6de79912edd2a65f5a46b53f by Daniel Arndt
Try linking against CUDA libararies even with KOKKOS_ENABLE_COMPILE_AS_CMAKE_LANGUAGE
The file was modified cmake/kokkos_tpls.cmake (diff)
The file was modified core/src/CMakeLists.txt (diff)
Commit 3523bc3e789110445320af86e1feea6862b31b68 by noreply
Enable `{transform_}exclusive_scan` in place (#6667)

* Enable exclusive_scan in place

* add test for inplace operation

* improve tests

* formatting

* fix test for transform_*

* simplify args

* revise tests

---------

Co-authored-by: Francesco Rizzi <fnrizzi@sandia.gov>
The file was modified algorithms/src/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTransformExclusiveScan.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamExclusiveScan.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamTransformExclusiveScan.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsExclusiveScan.cpp (diff)