Skip to content
Started 5 mo 20 days ago
Took 6 hr 1 min
Aborted

Build #2 (Dec 1, 2023, 11:52:35 AM)

Changes
  1. implementation and tests (details / githubweb)
  2. implementation and tests (details / githubweb)
  3. #5635: Add parallel_scan overload with return value for ThreadVectorRange (details / githubweb)
  4. #5635: Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  5. address reviews [skip ci] (details / githubweb)
  6. formatting (details / githubweb)
  7. fix lambda capture (details / githubweb)
  8. remove unnecessary file, fix constraints (details / githubweb)
  9. remove file (details / githubweb)
  10. fix (details / githubweb)
  11. fix lambda capture and constraints (details / githubweb)
  12. keep only subset (details / githubweb)
  13. revert files (details / githubweb)
  14. remove file (details / githubweb)
  15. fix syntax (details / githubweb)
  16. format (details / githubweb)
  17. Add support for HIP Graph (details / githubweb)
  18. Do not use HIP Graph with ROCm 5.2 (details / githubweb)
  19. Fix reviewer's comments (details / githubweb)
  20. address comments (details / githubweb)
  21. use single (details / githubweb)
  22. address comments (details / githubweb)
  23. formatting (details / githubweb)
  24. formatting (details / githubweb)
  25. fix single as per Christian's suggestion (details / githubweb)
  26. Address reviewer' comments (details / githubweb)
  27. add comment (details / githubweb)
  28. improve tests to address review (details / githubweb)
  29. [SYCL][Reduction] Group counter should use at least memory_order::acq_rel (details / githubweb)
  30. Same for scan (details / githubweb)
  31. improve tests with intra-team result check (details / githubweb)
  32. try fix for unique, previous impl to remove later (details / githubweb)
  33. #5635: Add parallel_scan changes for CUDA and TeamThreadRange (details / githubweb)
  34. remove old impl (details / githubweb)
  35. #5635: Enable TeamThreadRange test for CUDA (details / githubweb)
  36. Clean up benchmarks/gups (details / githubweb)
  37. benchmark/gups: use CMake (details / githubweb)
  38. OpenMPTarget: Disable check for SIMD compiler macros (details / githubweb)
  39. #5635: Add parallel_scan with value for CUDA and ThreadVectorRange (details / githubweb)
  40. add missing assert (details / githubweb)
  41. #5635: Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  42. add intra team check for missing test (details / githubweb)
  43. fix intel compile error (details / githubweb)
  44. fix unreachable for intel (details / githubweb)
  45. re-enable unit tests for sort and random via makefile (#6422) (details / githubweb)
  46. OpenMPTarget init-join fix (#6444) (details / githubweb)
  47. Fix Cuda parallel_scan ThreadVectorRange range (details / githubweb)
  48. Assign final sum in Cuda parallel_scan ThreadVectorRange (details / githubweb)
  49. Fix compiling code using Kokkos::printf for OpenMPTarget on Intel GPUs (#6443) (details / githubweb)
  50. std_algos: improving min, max, minmax (#6421) (details / githubweb)
  51. team-level stdalgos: improve tests, check intra-team result matching (part 2/7) (#6426) (details / githubweb)
  52. Skip bessel function tests known to fail on Intel GPUs (#6434) (details / githubweb)
  53. team-level stdalgos: improve tests, check intra-team result matching (part 6/7) (#6436) (details / githubweb)
  54. Fix race condition in functor_vec_scan_ret_val test (details / githubweb)
  55. Fix parallel_scan_with_reducers test (details / githubweb)
  56. team-level stdalgos: improve tests, check intra-team result matching (part 3/7) (#6425) (details / githubweb)
  57. improve tests (#6432) (details / githubweb)
  58. improve tests (#6437) (details / githubweb)
  59. Move final assignment to correct scope (details / githubweb)
  60. fix casting warning in Random test (details / githubweb)
  61. Workaround for ROCm 5.6+ failing to compile with AVX2 SIMD support (#6449) (details / githubweb)
  62. HIP: Restrict AVX2 workaround to ROCm 5.6 and 5.7 (details / githubweb)
  63. fixes build error for TeamReduce and TeamTranformReduced tests for specific GCC (#6459) (details / githubweb)
  64. improve tests to check intra-team result (#6431) (details / githubweb)
  65. SIMD: Math functions should be in namespace Kokkos (details / githubweb)
  66. SYCL: Disable another bessel function test for Intel GPUs (details / githubweb)
  67. team-level std algos: part 10 (#6256) (details / githubweb)
  68. team-level std algos: part 11 (#6258) (details / githubweb)
  69. #5635: HIP: Add Overloads for parallel_scan with return value for TeamThreadRange (#6302) (details / githubweb)
  70. #5635: Add parallel_scan overloads with value for Threads (details / githubweb)
  71. #5635: Move some tests for parallel_scan to TestTeamScan (details / githubweb)
  72. use shortcut (details / githubweb)
  73. Skip testing for non-power-of-two team sizes (details / githubweb)
  74. Fix formatting (details / githubweb)
  75. Add parallel_scan overloads with value for HIP backend (details / githubweb)
  76. Use std::is_same_v (details / githubweb)
  77. #5635: Move some tests for parallel_scan to TestTeamScan (details / githubweb)
  78. #5635: SYCL: Add parallel_scan overload with return value (details / githubweb)
  79. Use std::is_same_v (details / githubweb)
  80. OpenMP: Fix TeamThreadRange parallel_scan with return value for team_size > 1 (details / githubweb)
  81. Add compatible copy assignment operator to DualView (details / githubweb)
  82. Fix minimum version for Google benchmark (details / githubweb)
  83. Add test of copy constructor/assignment operator for DualView. (details / githubweb)
  84. Compute concurrency on HIP using Kokkos hardcoded m_maxWavesPerCU (details / githubweb)
  85. Modify test so that source and destination view are of different type (details / githubweb)
  86. Use call operator instead of run_me function (details / githubweb)
  87. team-level std algos: part 12 (#6350) (details / githubweb)
  88. core/src: Add half single and double mixed compare (LT,GT,LE,GE) (#6407) (details / githubweb)
  89. Moving abort and assert into their own public headers (#6445) (details / githubweb)
  90. Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  91. Add parallel_scan overloads with value for Threads (details / githubweb)
  92. Allow detecting SIMD types based on compiler macros  (#6188) (details / githubweb)
  93. Add KOKKOS_ARCH_ARM_NEON (details / githubweb)
  94. Fix implementation for cyl_bessel_i0 (details / githubweb)
  95. cleaning: remove iostream from headers where possible (IWYU) (details / githubweb)
  96. Fix compiling SIMD unit tests on NVIDIA (details / githubweb)
  97. guards to ensure DBL_EPSILON return for POWER8,9 (details / githubweb)
  98. Fix NVCC warnings (#6483) (details / githubweb)
  99. team-level std algos: part 13 (#6351) (details / githubweb)
  100. Also fix annotations for generator constructor for AVX512 and NEON (details / githubweb)
  101. #5635: SYCL: Add parallel_scan overload with value for ThreadVectorRange (details / githubweb)
  102. Fix atomic operations bug for Min and Max (#6435) (details / githubweb)
  103. Fix example/build_cmake_installed_different_compiler (details / githubweb)
  104. fix impl (details / githubweb)
  105. Update core/src/HIP/Kokkos_HIP_KernelLaunch.hpp (details / githubweb)
  106. Split Kokkos_Threads_Parallel files (details / githubweb)
  107. HPX: Implement TeamThread and ThreadVector parallel_scan with return value (details / githubweb)
  108. Serial: Allow for distinct execution space instances (#6441) (details / githubweb)
  109. add overload for TeamThreadRange (details / githubweb)
  110. address review comment (details / githubweb)
  111. Update to HIP TeamPolicy Block number heuristic (#6284) (details / githubweb)
  112. SIMD: Split math functions from SIMD_Common.hpp (#6487) (details / githubweb)
  113. Allow NVHPC as device compiler only with Kokkos_ENABLE_IMPL_NVHPC_AS_DEVICE_COMPILER=ON (details / githubweb)
  114. ad threadvector (details / githubweb)
  115. fix order (details / githubweb)
  116. remove guards (details / githubweb)
  117. UnorderedMap(space instance): proposal for #6067 (details / githubweb)
  118. Rename Kokkos_ThreadsExec to align with the other backends (details / githubweb)
  119. Promote Kokkos_Printf.hpp to public include (details / githubweb)
  120. simd: add floor, ceil, round, trunc operations (#6393) (details / githubweb)
  121. Update CI in OpenMPTarget to use llvm-17  (#6472) (details / githubweb)
  122. Rename Kokkos_ThreadsTeam.hpp to Kokkos_Threads_Team.hpp (details / githubweb)
  123. Kokkos_SIMD_Scalar.hpp: remove extra ';' (details / githubweb)
  124. add guards (details / githubweb)
  125. avoid auto (details / githubweb)
  126. [ci skip] Update Kokkos version to 4.2.99 (details / githubweb)
  127. [deprecated code 3] remove all default device init tests (details / githubweb)
  128. [deprecated code 3] remove InitArguments (details / githubweb)
  129. [deprecated code 3] remove KOKKOS_ACTIVE_EXECUTION_MEMORY_SPACE_* macros (details / githubweb)
  130. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for clamp, min, max, and minmax (details / githubweb)
  131. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  132. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math constants (details / githubweb)
  133. [deprecated code 3] remove {OpenMP,HPX}::partition_master (details / githubweb)
  134. OpenMP backend cleanup following removal of deprecated code 3 (details / githubweb)
  135. Get rid of FIXME_OPENMP (details / githubweb)
  136. [deprecated code 3] remove MasterLock (details / githubweb)
  137. [deprecated code 3] remove ENABLE_DEPRECATED_CODE_3 option (details / githubweb)
  138. fixup! [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  139. Do not append " - blocks" to the bitset label (details / githubweb)
  140. with_updated_label -> append_to_label (details / githubweb)
  141. SYCL: Use SYCL_EXT_ONEAPI_DEVICE_GLOBAL to detect support for device global variables (details / githubweb)
  142. Fixup in README (github -> GitHub) (details / githubweb)
  143. Threads: replace enum with constexpr int and enum class (#6514) (details / githubweb)
  144. Added unit tests for reduction ops and few intel svml intrinsics (details / githubweb)
  145. Remove sleep and wake functions (details / githubweb)
  146. Prefer defaulted default constructor for Bitset (#6524) (details / githubweb)
  147. SYCL: Use host-pinned memory to copy reduction/scan result (#6500) (details / githubweb)
  148. Remove unused variables (details / githubweb)
  149. Remove Sentinel struct from Threads (details / githubweb)
  150. Small cleanup of ThreadsInternal::initialize (details / githubweb)
  151. Remove useless forward declaration (details / githubweb)
  152. Remove spawn function (details / githubweb)
  153. Add comments (details / githubweb)
  154. Fix indentation (details / githubweb)
  155. Fix typo in macro guard (details / githubweb)
  156. Reduce number of View constructor instantiations (details / githubweb)
  157. Bump HPX version used in CI to 1.9.0 (details / githubweb)
  158. Split files in HIP backend (details / githubweb)
  159. Trim some fat in `CudaInternal` (towards multiple GPUs support) (#6544) (details / githubweb)
  160. Only define STDALGO_TEAM_SOURCES_* once (details / githubweb)
  161. Rollback changes to view constructors to reduce the number of instantiations (#6564) (details / githubweb)
  162. Threads remove unused variables and functions (#6566) (details / githubweb)
  163. Remove unused Sandia testing files (#6568) (details / githubweb)
  164. fallback implementation cleanup (details / githubweb)
  165. Remove empty quotation marks for static_assert (details / githubweb)
  166. [ci skip] Drop unused <impl/Kokkos_Memory_Fence.hpp> header (details / githubweb)
  167. Drop Clang+CUDA workaround (details / githubweb)
  168. OpenMPTarget: CI compiler upgrade. (#6545) (details / githubweb)
  169. Add crtrott's launch_latency benchmark (#6379) (details / githubweb)
  170. Simplify fence functions in the Threads backend (#6571) (details / githubweb)
  171. simd: temporarily skip device math ops unit test for OpenMPTarget build (#6574) (details / githubweb)
  172. OpenMPTarget: Guard scratch memory usage in ParallelReduce (details / githubweb)
  173. SYCL: Implement DESUL_ATOMICS_ENABLE_SYCL_SEPARABLE_COMPILATION path (#6534) (details / githubweb)
  174. Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header (details / githubweb)
  175. Replace Marsaglia polar method with Box-muller to generate a normally distributed random number (#6556) (details / githubweb)
  176. OpenMP: No memset in viewfill (#6573) (details / githubweb)
  177. Revert "Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header" (details / githubweb)
  178. OpenACC: add atomics support (#6446) (details / githubweb)
  179. Fix infinity, quiet_NaN, signaling_Nan, isfinite, isnan, isinf for half_t and bhalf_t (#6543) (details / githubweb)
  180. kokkos(unique): fix allocation of temporary view to enfore using the provided space instance (details / githubweb)
  181. Use binary wrapper for consistency in definition of half types numeric traits (#6590) (details / githubweb)
  182. try fix (details / githubweb)
  183. Fix TestNumericTriats.hpp for SYCL with bfloat16 support (details / githubweb)
  184. Fix generated Makefile when using gnu_generate_makefile.sh and make >= 4.3 (details / githubweb)
  185. Threads: add missing broadcast to TeamThreadRange parallel_scan (#6601) (details / githubweb)
  186. Added missing operator* to NEON simd (details / githubweb)
  187. [ci skip] Update changelog on develop for 4.2.00 (#6592) (details / githubweb)
  188. Remove KOKKOS_IMPL_DO_NOT_USE_PRINTF  (#6593) (details / githubweb)
  189. try fix (details / githubweb)
  190. avoid pyt package (details / githubweb)
  191. try (details / githubweb)
  192. fix for macos (details / githubweb)
  193. remove comments (details / githubweb)
  194. use reference (details / githubweb)
  195. add branching (details / githubweb)
  196. [ci skip] fix formatting (details / githubweb)
  197. GitHub Workflows: Use Ubuntu 22.04 instead of Fedora for Intel compiler testing (details / githubweb)
  198. nvcc(wrapper): adding missing `--generate-line-info` arg (details / githubweb)
  199. Add clang-format check to GitHub workflows (#6612) (details / githubweb)
  200. graph(HIP): adding inline keyword to fix #6623 (details / githubweb)
  201. Add jenkins multibranch pipeline options (details / githubweb)
  202. kokkos(profiling): do not finalize in any backend (details / githubweb)
  203. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format (details / githubweb)
  204. Disabling OpenACC in the CI because it emits too many warnings (details / githubweb)
  205. unorderedmap: modernize traits (details / githubweb)
  206. nvcc wrapper: remove troubling flag to fix 6628 (#6629) (details / githubweb)
Changes
  1. implementation and tests (details / githubweb)
  2. implementation and tests (details / githubweb)
  3. #5635: Add parallel_scan overload with return value for ThreadVectorRange (details / githubweb)
  4. #5635: Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  5. address reviews [skip ci] (details / githubweb)
  6. formatting (details / githubweb)
  7. fix lambda capture (details / githubweb)
  8. remove unnecessary file, fix constraints (details / githubweb)
  9. remove file (details / githubweb)
  10. fix (details / githubweb)
  11. fix lambda capture and constraints (details / githubweb)
  12. keep only subset (details / githubweb)
  13. revert files (details / githubweb)
  14. remove file (details / githubweb)
  15. fix syntax (details / githubweb)
  16. format (details / githubweb)
  17. Add support for HIP Graph (details / githubweb)
  18. Do not use HIP Graph with ROCm 5.2 (details / githubweb)
  19. Fix reviewer's comments (details / githubweb)
  20. address comments (details / githubweb)
  21. use single (details / githubweb)
  22. address comments (details / githubweb)
  23. formatting (details / githubweb)
  24. formatting (details / githubweb)
  25. fix single as per Christian's suggestion (details / githubweb)
  26. Address reviewer' comments (details / githubweb)
  27. add comment (details / githubweb)
  28. improve tests to address review (details / githubweb)
  29. [SYCL][Reduction] Group counter should use at least memory_order::acq_rel (details / githubweb)
  30. Same for scan (details / githubweb)
  31. improve tests with intra-team result check (details / githubweb)
  32. try fix for unique, previous impl to remove later (details / githubweb)
  33. #5635: Add parallel_scan changes for CUDA and TeamThreadRange (details / githubweb)
  34. remove old impl (details / githubweb)
  35. #5635: Enable TeamThreadRange test for CUDA (details / githubweb)
  36. Clean up benchmarks/gups (details / githubweb)
  37. benchmark/gups: use CMake (details / githubweb)
  38. OpenMPTarget: Disable check for SIMD compiler macros (details / githubweb)
  39. #5635: Add parallel_scan with value for CUDA and ThreadVectorRange (details / githubweb)
  40. add missing assert (details / githubweb)
  41. #5635: Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  42. add intra team check for missing test (details / githubweb)
  43. fix intel compile error (details / githubweb)
  44. fix unreachable for intel (details / githubweb)
  45. re-enable unit tests for sort and random via makefile (#6422) (details / githubweb)
  46. OpenMPTarget init-join fix (#6444) (details / githubweb)
  47. Fix Cuda parallel_scan ThreadVectorRange range (details / githubweb)
  48. Assign final sum in Cuda parallel_scan ThreadVectorRange (details / githubweb)
  49. Fix compiling code using Kokkos::printf for OpenMPTarget on Intel GPUs (#6443) (details / githubweb)
  50. std_algos: improving min, max, minmax (#6421) (details / githubweb)
  51. team-level stdalgos: improve tests, check intra-team result matching (part 2/7) (#6426) (details / githubweb)
  52. Skip bessel function tests known to fail on Intel GPUs (#6434) (details / githubweb)
  53. team-level stdalgos: improve tests, check intra-team result matching (part 6/7) (#6436) (details / githubweb)
  54. Fix race condition in functor_vec_scan_ret_val test (details / githubweb)
  55. Fix parallel_scan_with_reducers test (details / githubweb)
  56. team-level stdalgos: improve tests, check intra-team result matching (part 3/7) (#6425) (details / githubweb)
  57. improve tests (#6432) (details / githubweb)
  58. improve tests (#6437) (details / githubweb)
  59. Move final assignment to correct scope (details / githubweb)
  60. fix casting warning in Random test (details / githubweb)
  61. Workaround for ROCm 5.6+ failing to compile with AVX2 SIMD support (#6449) (details / githubweb)
  62. HIP: Restrict AVX2 workaround to ROCm 5.6 and 5.7 (details / githubweb)
  63. fixes build error for TeamReduce and TeamTranformReduced tests for specific GCC (#6459) (details / githubweb)
  64. improve tests to check intra-team result (#6431) (details / githubweb)
  65. SIMD: Math functions should be in namespace Kokkos (details / githubweb)
  66. SYCL: Disable another bessel function test for Intel GPUs (details / githubweb)
  67. team-level std algos: part 10 (#6256) (details / githubweb)
  68. team-level std algos: part 11 (#6258) (details / githubweb)
  69. #5635: HIP: Add Overloads for parallel_scan with return value for TeamThreadRange (#6302) (details / githubweb)
  70. #5635: Add parallel_scan overloads with value for Threads (details / githubweb)
  71. #5635: Move some tests for parallel_scan to TestTeamScan (details / githubweb)
  72. use shortcut (details / githubweb)
  73. Skip testing for non-power-of-two team sizes (details / githubweb)
  74. Fix formatting (details / githubweb)
  75. Add parallel_scan overloads with value for HIP backend (details / githubweb)
  76. Use std::is_same_v (details / githubweb)
  77. #5635: Move some tests for parallel_scan to TestTeamScan (details / githubweb)
  78. #5635: SYCL: Add parallel_scan overload with return value (details / githubweb)
  79. Use std::is_same_v (details / githubweb)
  80. OpenMP: Fix TeamThreadRange parallel_scan with return value for team_size > 1 (details / githubweb)
  81. Add compatible copy assignment operator to DualView (details / githubweb)
  82. Fix minimum version for Google benchmark (details / githubweb)
  83. Add test of copy constructor/assignment operator for DualView. (details / githubweb)
  84. Compute concurrency on HIP using Kokkos hardcoded m_maxWavesPerCU (details / githubweb)
  85. Modify test so that source and destination view are of different type (details / githubweb)
  86. Use call operator instead of run_me function (details / githubweb)
  87. team-level std algos: part 12 (#6350) (details / githubweb)
  88. core/src: Add half single and double mixed compare (LT,GT,LE,GE) (#6407) (details / githubweb)
  89. Moving abort and assert into their own public headers (#6445) (details / githubweb)
  90. Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  91. Add parallel_scan overloads with value for Threads (details / githubweb)
  92. Allow detecting SIMD types based on compiler macros  (#6188) (details / githubweb)
  93. Add KOKKOS_ARCH_ARM_NEON (details / githubweb)
  94. Fix implementation for cyl_bessel_i0 (details / githubweb)
  95. cleaning: remove iostream from headers where possible (IWYU) (details / githubweb)
  96. Fix compiling SIMD unit tests on NVIDIA (details / githubweb)
  97. guards to ensure DBL_EPSILON return for POWER8,9 (details / githubweb)
  98. Fix NVCC warnings (#6483) (details / githubweb)
  99. team-level std algos: part 13 (#6351) (details / githubweb)
  100. Also fix annotations for generator constructor for AVX512 and NEON (details / githubweb)
  101. #5635: SYCL: Add parallel_scan overload with value for ThreadVectorRange (details / githubweb)
  102. Fix atomic operations bug for Min and Max (#6435) (details / githubweb)
  103. Fix example/build_cmake_installed_different_compiler (details / githubweb)
  104. fix impl (details / githubweb)
  105. Update core/src/HIP/Kokkos_HIP_KernelLaunch.hpp (details / githubweb)
  106. Split Kokkos_Threads_Parallel files (details / githubweb)
  107. HPX: Implement TeamThread and ThreadVector parallel_scan with return value (details / githubweb)
  108. Serial: Allow for distinct execution space instances (#6441) (details / githubweb)
  109. add overload for TeamThreadRange (details / githubweb)
  110. address review comment (details / githubweb)
  111. Update to HIP TeamPolicy Block number heuristic (#6284) (details / githubweb)
  112. SIMD: Split math functions from SIMD_Common.hpp (#6487) (details / githubweb)
  113. Allow NVHPC as device compiler only with Kokkos_ENABLE_IMPL_NVHPC_AS_DEVICE_COMPILER=ON (details / githubweb)
  114. ad threadvector (details / githubweb)
  115. fix order (details / githubweb)
  116. remove guards (details / githubweb)
  117. UnorderedMap(space instance): proposal for #6067 (details / githubweb)
  118. Rename Kokkos_ThreadsExec to align with the other backends (details / githubweb)
  119. Promote Kokkos_Printf.hpp to public include (details / githubweb)
  120. simd: add floor, ceil, round, trunc operations (#6393) (details / githubweb)
  121. Update CI in OpenMPTarget to use llvm-17  (#6472) (details / githubweb)
  122. Rename Kokkos_ThreadsTeam.hpp to Kokkos_Threads_Team.hpp (details / githubweb)
  123. Kokkos_SIMD_Scalar.hpp: remove extra ';' (details / githubweb)
  124. add guards (details / githubweb)
  125. avoid auto (details / githubweb)
  126. [ci skip] Update Kokkos version to 4.2.99 (details / githubweb)
  127. [deprecated code 3] remove all default device init tests (details / githubweb)
  128. [deprecated code 3] remove InitArguments (details / githubweb)
  129. [deprecated code 3] remove KOKKOS_ACTIVE_EXECUTION_MEMORY_SPACE_* macros (details / githubweb)
  130. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for clamp, min, max, and minmax (details / githubweb)
  131. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  132. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math constants (details / githubweb)
  133. [deprecated code 3] remove {OpenMP,HPX}::partition_master (details / githubweb)
  134. OpenMP backend cleanup following removal of deprecated code 3 (details / githubweb)
  135. Get rid of FIXME_OPENMP (details / githubweb)
  136. [deprecated code 3] remove MasterLock (details / githubweb)
  137. [deprecated code 3] remove ENABLE_DEPRECATED_CODE_3 option (details / githubweb)
  138. fixup! [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  139. Do not append " - blocks" to the bitset label (details / githubweb)
  140. with_updated_label -> append_to_label (details / githubweb)
  141. SYCL: Use SYCL_EXT_ONEAPI_DEVICE_GLOBAL to detect support for device global variables (details / githubweb)
  142. Fixup in README (github -> GitHub) (details / githubweb)
  143. Threads: replace enum with constexpr int and enum class (#6514) (details / githubweb)
  144. Added unit tests for reduction ops and few intel svml intrinsics (details / githubweb)
  145. Remove sleep and wake functions (details / githubweb)
  146. Prefer defaulted default constructor for Bitset (#6524) (details / githubweb)
  147. SYCL: Use host-pinned memory to copy reduction/scan result (#6500) (details / githubweb)
  148. Remove unused variables (details / githubweb)
  149. Remove Sentinel struct from Threads (details / githubweb)
  150. Small cleanup of ThreadsInternal::initialize (details / githubweb)
  151. Remove useless forward declaration (details / githubweb)
  152. Remove spawn function (details / githubweb)
  153. Add comments (details / githubweb)
  154. Fix indentation (details / githubweb)
  155. Fix typo in macro guard (details / githubweb)
  156. Reduce number of View constructor instantiations (details / githubweb)
  157. Bump HPX version used in CI to 1.9.0 (details / githubweb)
  158. Split files in HIP backend (details / githubweb)
  159. Trim some fat in `CudaInternal` (towards multiple GPUs support) (#6544) (details / githubweb)
  160. Only define STDALGO_TEAM_SOURCES_* once (details / githubweb)
  161. Rollback changes to view constructors to reduce the number of instantiations (#6564) (details / githubweb)
  162. Threads remove unused variables and functions (#6566) (details / githubweb)
  163. Remove unused Sandia testing files (#6568) (details / githubweb)
  164. fallback implementation cleanup (details / githubweb)
  165. Remove empty quotation marks for static_assert (details / githubweb)
  166. [ci skip] Drop unused <impl/Kokkos_Memory_Fence.hpp> header (details / githubweb)
  167. Drop Clang+CUDA workaround (details / githubweb)
  168. OpenMPTarget: CI compiler upgrade. (#6545) (details / githubweb)
  169. Add crtrott's launch_latency benchmark (#6379) (details / githubweb)
  170. Simplify fence functions in the Threads backend (#6571) (details / githubweb)
  171. simd: temporarily skip device math ops unit test for OpenMPTarget build (#6574) (details / githubweb)
  172. OpenMPTarget: Guard scratch memory usage in ParallelReduce (details / githubweb)
  173. SYCL: Implement DESUL_ATOMICS_ENABLE_SYCL_SEPARABLE_COMPILATION path (#6534) (details / githubweb)
  174. Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header (details / githubweb)
  175. Replace Marsaglia polar method with Box-muller to generate a normally distributed random number (#6556) (details / githubweb)
  176. OpenMP: No memset in viewfill (#6573) (details / githubweb)
  177. Revert "Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header" (details / githubweb)
  178. OpenACC: add atomics support (#6446) (details / githubweb)
  179. Fix infinity, quiet_NaN, signaling_Nan, isfinite, isnan, isinf for half_t and bhalf_t (#6543) (details / githubweb)
  180. kokkos(unique): fix allocation of temporary view to enfore using the provided space instance (details / githubweb)
  181. Use binary wrapper for consistency in definition of half types numeric traits (#6590) (details / githubweb)
  182. try fix (details / githubweb)
  183. Fix TestNumericTriats.hpp for SYCL with bfloat16 support (details / githubweb)
  184. Fix generated Makefile when using gnu_generate_makefile.sh and make >= 4.3 (details / githubweb)
  185. Threads: add missing broadcast to TeamThreadRange parallel_scan (#6601) (details / githubweb)
  186. Added missing operator* to NEON simd (details / githubweb)
  187. [ci skip] Update changelog on develop for 4.2.00 (#6592) (details / githubweb)
  188. Remove KOKKOS_IMPL_DO_NOT_USE_PRINTF  (#6593) (details / githubweb)
  189. try fix (details / githubweb)
  190. avoid pyt package (details / githubweb)
  191. try (details / githubweb)
  192. fix for macos (details / githubweb)
  193. remove comments (details / githubweb)
  194. use reference (details / githubweb)
  195. add branching (details / githubweb)
  196. [ci skip] fix formatting (details / githubweb)
  197. GitHub Workflows: Use Ubuntu 22.04 instead of Fedora for Intel compiler testing (details / githubweb)
  198. nvcc(wrapper): adding missing `--generate-line-info` arg (details / githubweb)
  199. Add clang-format check to GitHub workflows (#6612) (details / githubweb)
  200. graph(HIP): adding inline keyword to fix #6623 (details / githubweb)
  201. Add jenkins multibranch pipeline options (details / githubweb)
  202. kokkos(profiling): do not finalize in any backend (details / githubweb)
  203. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format (details / githubweb)
  204. Disabling OpenACC in the CI because it emits too many warnings (details / githubweb)
  205. unorderedmap: modernize traits (details / githubweb)
  206. nvcc wrapper: remove troubling flag to fix 6628 (#6629) (details / githubweb)

Branch indexing

This run spent:

  • 1 day 8 hr waiting;
  • 6 hr 1 min build duration;
  • 6 hr 1 min total from scheduled to completion.
Revision: b0c68fc65750fe9c58a13c49ee5dd4dc39006c79
Repository: https://github.com/kokkos/kokkos.git
  • PR-6338
Revision: 11e990fda83da9a7390586c0ac39fe1e95098a4a
Repository: https://github.com/kokkos/kokkos.git
  • PR-6338
Revision: b98e514d9d38ac388ea01624fa56cad236aba47c
Repository: https://github.com/kokkos/kokkos.git
  • PR-6338
Revision: 0678393d8ccadd12b336eab34488d8dbc5bfa245
Repository: https://github.com/kokkos/kokkos.git
  • PR-6338