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

Build #3 (Dec 1, 2023, 11:53:10 AM)

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