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

Build #2 (Dec 1, 2023, 11:51:54 AM)

Changes
  1. add overload for TeamThreadRange (details / githubweb)
  2. Allow NVHPC as device compiler only with Kokkos_ENABLE_IMPL_NVHPC_AS_DEVICE_COMPILER=ON (details / githubweb)
  3. ad threadvector (details / githubweb)
  4. fix order (details / githubweb)
  5. remove guards (details / githubweb)
  6. UnorderedMap(space instance): proposal for #6067 (details / githubweb)
  7. Rename Kokkos_ThreadsExec to align with the other backends (details / githubweb)
  8. Promote Kokkos_Printf.hpp to public include (details / githubweb)
  9. simd: add floor, ceil, round, trunc operations (#6393) (details / githubweb)
  10. Update CI in OpenMPTarget to use llvm-17  (#6472) (details / githubweb)
  11. Rename Kokkos_ThreadsTeam.hpp to Kokkos_Threads_Team.hpp (details / githubweb)
  12. Kokkos_SIMD_Scalar.hpp: remove extra ';' (details / githubweb)
  13. add guards (details / githubweb)
  14. avoid auto (details / githubweb)
  15. [ci skip] Update Kokkos version to 4.2.99 (details / githubweb)
  16. [deprecated code 3] remove all default device init tests (details / githubweb)
  17. [deprecated code 3] remove InitArguments (details / githubweb)
  18. [deprecated code 3] remove KOKKOS_ACTIVE_EXECUTION_MEMORY_SPACE_* macros (details / githubweb)
  19. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for clamp, min, max, and minmax (details / githubweb)
  20. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  21. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math constants (details / githubweb)
  22. [deprecated code 3] remove {OpenMP,HPX}::partition_master (details / githubweb)
  23. OpenMP backend cleanup following removal of deprecated code 3 (details / githubweb)
  24. Get rid of FIXME_OPENMP (details / githubweb)
  25. [deprecated code 3] remove MasterLock (details / githubweb)
  26. [deprecated code 3] remove ENABLE_DEPRECATED_CODE_3 option (details / githubweb)
  27. fixup! [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  28. Do not append " - blocks" to the bitset label (details / githubweb)
  29. with_updated_label -> append_to_label (details / githubweb)
  30. SYCL: Use SYCL_EXT_ONEAPI_DEVICE_GLOBAL to detect support for device global variables (details / githubweb)
  31. Fixup in README (github -> GitHub) (details / githubweb)
  32. Threads: replace enum with constexpr int and enum class (#6514) (details / githubweb)
  33. Added unit tests for reduction ops and few intel svml intrinsics (details / githubweb)
  34. Remove sleep and wake functions (details / githubweb)
  35. Prefer defaulted default constructor for Bitset (#6524) (details / githubweb)
  36. SYCL: Use host-pinned memory to copy reduction/scan result (#6500) (details / githubweb)
  37. Remove unused variables (details / githubweb)
  38. Remove Sentinel struct from Threads (details / githubweb)
  39. Small cleanup of ThreadsInternal::initialize (details / githubweb)
  40. Remove useless forward declaration (details / githubweb)
  41. Remove spawn function (details / githubweb)
  42. Add comments (details / githubweb)
  43. Fix indentation (details / githubweb)
  44. Fix typo in macro guard (details / githubweb)
  45. Reduce number of View constructor instantiations (details / githubweb)
  46. Bump HPX version used in CI to 1.9.0 (details / githubweb)
  47. Split files in HIP backend (details / githubweb)
  48. Trim some fat in `CudaInternal` (towards multiple GPUs support) (#6544) (details / githubweb)
  49. Only define STDALGO_TEAM_SOURCES_* once (details / githubweb)
  50. Rollback changes to view constructors to reduce the number of instantiations (#6564) (details / githubweb)
  51. Threads remove unused variables and functions (#6566) (details / githubweb)
  52. Remove unused Sandia testing files (#6568) (details / githubweb)
  53. fallback implementation cleanup (details / githubweb)
  54. Remove empty quotation marks for static_assert (details / githubweb)
  55. [ci skip] Drop unused <impl/Kokkos_Memory_Fence.hpp> header (details / githubweb)
  56. Drop Clang+CUDA workaround (details / githubweb)
  57. OpenMPTarget: CI compiler upgrade. (#6545) (details / githubweb)
  58. Add crtrott's launch_latency benchmark (#6379) (details / githubweb)
  59. Simplify fence functions in the Threads backend (#6571) (details / githubweb)
  60. simd: temporarily skip device math ops unit test for OpenMPTarget build (#6574) (details / githubweb)
  61. OpenMPTarget: Guard scratch memory usage in ParallelReduce (details / githubweb)
  62. SYCL: Implement DESUL_ATOMICS_ENABLE_SYCL_SEPARABLE_COMPILATION path (#6534) (details / githubweb)
  63. Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header (details / githubweb)
  64. Replace Marsaglia polar method with Box-muller to generate a normally distributed random number (#6556) (details / githubweb)
  65. OpenMP: No memset in viewfill (#6573) (details / githubweb)
  66. Revert "Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header" (details / githubweb)
  67. OpenACC: add atomics support (#6446) (details / githubweb)
  68. Fix infinity, quiet_NaN, signaling_Nan, isfinite, isnan, isinf for half_t and bhalf_t (#6543) (details / githubweb)
  69. kokkos(unique): fix allocation of temporary view to enfore using the provided space instance (details / githubweb)
  70. Use binary wrapper for consistency in definition of half types numeric traits (#6590) (details / githubweb)
  71. try fix (details / githubweb)
  72. Fix TestNumericTriats.hpp for SYCL with bfloat16 support (details / githubweb)
  73. Fix generated Makefile when using gnu_generate_makefile.sh and make >= 4.3 (details / githubweb)
  74. Threads: add missing broadcast to TeamThreadRange parallel_scan (#6601) (details / githubweb)
  75. Added missing operator* to NEON simd (details / githubweb)
  76. [ci skip] Update changelog on develop for 4.2.00 (#6592) (details / githubweb)
  77. Remove KOKKOS_IMPL_DO_NOT_USE_PRINTF  (#6593) (details / githubweb)
  78. try fix (details / githubweb)
  79. avoid pyt package (details / githubweb)
  80. try (details / githubweb)
  81. fix for macos (details / githubweb)
  82. remove comments (details / githubweb)
  83. use reference (details / githubweb)
  84. add branching (details / githubweb)
  85. [ci skip] fix formatting (details / githubweb)
  86. GitHub Workflows: Use Ubuntu 22.04 instead of Fedora for Intel compiler testing (details / githubweb)
  87. nvcc(wrapper): adding missing `--generate-line-info` arg (details / githubweb)
  88. Add clang-format check to GitHub workflows (#6612) (details / githubweb)
  89. graph(HIP): adding inline keyword to fix #6623 (details / githubweb)
  90. Add jenkins multibranch pipeline options (details / githubweb)
  91. kokkos(profiling): do not finalize in any backend (details / githubweb)
  92. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format (details / githubweb)
  93. Disabling OpenACC in the CI because it emits too many warnings (details / githubweb)
  94. unorderedmap: modernize traits (details / githubweb)
  95. nvcc wrapper: remove troubling flag to fix 6628 (#6629) (details / githubweb)
Changes
  1. add overload for TeamThreadRange (details / githubweb)
  2. Allow NVHPC as device compiler only with Kokkos_ENABLE_IMPL_NVHPC_AS_DEVICE_COMPILER=ON (details / githubweb)
  3. ad threadvector (details / githubweb)
  4. fix order (details / githubweb)
  5. remove guards (details / githubweb)
  6. UnorderedMap(space instance): proposal for #6067 (details / githubweb)
  7. Rename Kokkos_ThreadsExec to align with the other backends (details / githubweb)
  8. Promote Kokkos_Printf.hpp to public include (details / githubweb)
  9. simd: add floor, ceil, round, trunc operations (#6393) (details / githubweb)
  10. Update CI in OpenMPTarget to use llvm-17  (#6472) (details / githubweb)
  11. Rename Kokkos_ThreadsTeam.hpp to Kokkos_Threads_Team.hpp (details / githubweb)
  12. Kokkos_SIMD_Scalar.hpp: remove extra ';' (details / githubweb)
  13. add guards (details / githubweb)
  14. avoid auto (details / githubweb)
  15. [ci skip] Update Kokkos version to 4.2.99 (details / githubweb)
  16. [deprecated code 3] remove all default device init tests (details / githubweb)
  17. [deprecated code 3] remove InitArguments (details / githubweb)
  18. [deprecated code 3] remove KOKKOS_ACTIVE_EXECUTION_MEMORY_SPACE_* macros (details / githubweb)
  19. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for clamp, min, max, and minmax (details / githubweb)
  20. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  21. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math constants (details / githubweb)
  22. [deprecated code 3] remove {OpenMP,HPX}::partition_master (details / githubweb)
  23. OpenMP backend cleanup following removal of deprecated code 3 (details / githubweb)
  24. Get rid of FIXME_OPENMP (details / githubweb)
  25. [deprecated code 3] remove MasterLock (details / githubweb)
  26. [deprecated code 3] remove ENABLE_DEPRECATED_CODE_3 option (details / githubweb)
  27. fixup! [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  28. Do not append " - blocks" to the bitset label (details / githubweb)
  29. with_updated_label -> append_to_label (details / githubweb)
  30. SYCL: Use SYCL_EXT_ONEAPI_DEVICE_GLOBAL to detect support for device global variables (details / githubweb)
  31. Fixup in README (github -> GitHub) (details / githubweb)
  32. Threads: replace enum with constexpr int and enum class (#6514) (details / githubweb)
  33. Added unit tests for reduction ops and few intel svml intrinsics (details / githubweb)
  34. Remove sleep and wake functions (details / githubweb)
  35. Prefer defaulted default constructor for Bitset (#6524) (details / githubweb)
  36. SYCL: Use host-pinned memory to copy reduction/scan result (#6500) (details / githubweb)
  37. Remove unused variables (details / githubweb)
  38. Remove Sentinel struct from Threads (details / githubweb)
  39. Small cleanup of ThreadsInternal::initialize (details / githubweb)
  40. Remove useless forward declaration (details / githubweb)
  41. Remove spawn function (details / githubweb)
  42. Add comments (details / githubweb)
  43. Fix indentation (details / githubweb)
  44. Fix typo in macro guard (details / githubweb)
  45. Reduce number of View constructor instantiations (details / githubweb)
  46. Bump HPX version used in CI to 1.9.0 (details / githubweb)
  47. Split files in HIP backend (details / githubweb)
  48. Trim some fat in `CudaInternal` (towards multiple GPUs support) (#6544) (details / githubweb)
  49. Only define STDALGO_TEAM_SOURCES_* once (details / githubweb)
  50. Rollback changes to view constructors to reduce the number of instantiations (#6564) (details / githubweb)
  51. Threads remove unused variables and functions (#6566) (details / githubweb)
  52. Remove unused Sandia testing files (#6568) (details / githubweb)
  53. fallback implementation cleanup (details / githubweb)
  54. Remove empty quotation marks for static_assert (details / githubweb)
  55. [ci skip] Drop unused <impl/Kokkos_Memory_Fence.hpp> header (details / githubweb)
  56. Drop Clang+CUDA workaround (details / githubweb)
  57. OpenMPTarget: CI compiler upgrade. (#6545) (details / githubweb)
  58. Add crtrott's launch_latency benchmark (#6379) (details / githubweb)
  59. Simplify fence functions in the Threads backend (#6571) (details / githubweb)
  60. simd: temporarily skip device math ops unit test for OpenMPTarget build (#6574) (details / githubweb)
  61. OpenMPTarget: Guard scratch memory usage in ParallelReduce (details / githubweb)
  62. SYCL: Implement DESUL_ATOMICS_ENABLE_SYCL_SEPARABLE_COMPILATION path (#6534) (details / githubweb)
  63. Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header (details / githubweb)
  64. Replace Marsaglia polar method with Box-muller to generate a normally distributed random number (#6556) (details / githubweb)
  65. OpenMP: No memset in viewfill (#6573) (details / githubweb)
  66. Revert "Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header" (details / githubweb)
  67. OpenACC: add atomics support (#6446) (details / githubweb)
  68. Fix infinity, quiet_NaN, signaling_Nan, isfinite, isnan, isinf for half_t and bhalf_t (#6543) (details / githubweb)
  69. kokkos(unique): fix allocation of temporary view to enfore using the provided space instance (details / githubweb)
  70. Use binary wrapper for consistency in definition of half types numeric traits (#6590) (details / githubweb)
  71. try fix (details / githubweb)
  72. Fix TestNumericTriats.hpp for SYCL with bfloat16 support (details / githubweb)
  73. Fix generated Makefile when using gnu_generate_makefile.sh and make >= 4.3 (details / githubweb)
  74. Threads: add missing broadcast to TeamThreadRange parallel_scan (#6601) (details / githubweb)
  75. Added missing operator* to NEON simd (details / githubweb)
  76. [ci skip] Update changelog on develop for 4.2.00 (#6592) (details / githubweb)
  77. Remove KOKKOS_IMPL_DO_NOT_USE_PRINTF  (#6593) (details / githubweb)
  78. try fix (details / githubweb)
  79. avoid pyt package (details / githubweb)
  80. try (details / githubweb)
  81. fix for macos (details / githubweb)
  82. remove comments (details / githubweb)
  83. use reference (details / githubweb)
  84. add branching (details / githubweb)
  85. [ci skip] fix formatting (details / githubweb)
  86. GitHub Workflows: Use Ubuntu 22.04 instead of Fedora for Intel compiler testing (details / githubweb)
  87. nvcc(wrapper): adding missing `--generate-line-info` arg (details / githubweb)
  88. Add clang-format check to GitHub workflows (#6612) (details / githubweb)
  89. graph(HIP): adding inline keyword to fix #6623 (details / githubweb)
  90. Add jenkins multibranch pipeline options (details / githubweb)
  91. kokkos(profiling): do not finalize in any backend (details / githubweb)
  92. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format (details / githubweb)
  93. Disabling OpenACC in the CI because it emits too many warnings (details / githubweb)
  94. unorderedmap: modernize traits (details / githubweb)
  95. nvcc wrapper: remove troubling flag to fix 6628 (#6629) (details / githubweb)

Branch indexing

This run spent:

  • 15 hr waiting;
  • 6 hr 0 min build duration;
  • 6 hr 0 min total from scheduled to completion.
Revision: da6c33abf956f5ae3deab5c06e4a45664eee3b2a
Repository: https://github.com/kokkos/kokkos.git
  • PR-6504
Revision: 4fd6ff25100384a35012604dbde0122622eed828
Repository: https://github.com/kokkos/kokkos.git
  • PR-6504

Timeout has been exceeded