Skip to content
Started 2 mo 11 days ago
Took 6 hr 0 min
Failed

Build #5 (Feb 28, 2024, 1:54:01 PM)

Changes
  1. Add runtime function to query the number of devices and make device ID consistent with `KOKKOS_VISIBLE_DEVICES` (#6713) (details / githubweb)
  2. Drop CudaInternal::cuda_get_last_error_wrapper() (details / githubweb)
  3. Avoid calling wrapper functions with singleton in some classes (details / githubweb)
  4. Change the default execution policy behavior of the OpenACC backend from synchronous to asynchronous executions. (details / githubweb)
  5. Avoid calling wrapper functions with singleton in Kokkos_Cuda_Task.cpp (details / githubweb)
  6. Deprecate `in_parallel` (#6032) (#6582) (details / githubweb)
  7. Remove redundant calls in rangepolicy constructors (#6765) (details / githubweb)
  8. OpenMPTarget on Intel GPUs update (#6735) (details / githubweb)
  9. Get rid of print statements in parallel algorithms unit tests (details / githubweb)
  10. Attempt to fix device id test with OpenMPTarget (details / githubweb)
  11. Drop 2-arguments `ZeroMemset` constructor overloads (#6764) (details / githubweb)
  12. Get rid of `ZeroMemset`'s silly trailing value argument (#6769) (details / githubweb)
  13. Fix typo in deprecatation macro used in HIP (details / githubweb)
  14. Cuda multi-GPU support: Make some variables device-specific, update Kokkos::fence (#6753) (details / githubweb)
  15. Fixup use provided execution space when copying host inaccessible reduction result (#6777) (details / githubweb)
  16. Fix Occupancy for Cuda (details / githubweb)
  17. Temporarily disable simd_reduction test for omptarget build (details / githubweb)
  18. SYCL: Error out on initialization if the backend is different from ext_oneapi_* (#6784) (details / githubweb)
  19. simd: support vector_aligned_tag (#6243) (details / githubweb)
  20. Disable test for MSVC+Cuda (details / githubweb)
  21. Add checks for unsafe implicit conversions in RangePolicy (#6754) (details / githubweb)
  22. Split runtime checks from TestCommonPolicyConstructors into OccupancyControlTrait (details / githubweb)
  23. Run OccupancyControlTrait on all execution spaces (details / githubweb)
  24. test_execution_policy_occupancy_and_hint might be unused (details / githubweb)
  25. Don't try to compile the test for any backend with MSVC+Cuda (details / githubweb)
  26. Let Impl::get_gpu return std::optional and delegate device selection when appropriate (details / githubweb)
  27. Fixup select from visible devices (details / githubweb)
  28. Fix SharedAllocationRecord to allocate using the correct execution space instance (#6789) (details / githubweb)
  29. Make ranges non-trivial (details / githubweb)
  30. Drop Experimental::HBWSpace (details / githubweb)
  31. Fixup bogous shared alloc fence labels mentioning HBWSpace (details / githubweb)
  32. Restore TestCommonPolicyConstructors.hpp (details / githubweb)
  33. Remove DummyPolicy (details / githubweb)
  34. Remove support for memkind (details / githubweb)
  35. Added missing copy_from() in neon for vector_aligned (details / githubweb)
  36. Remove stray include header (details / githubweb)
  37. Add support for RISCV and the Milk-V's Pioneer (#6773) (details / githubweb)
  38. SYCL: Filter GPU devices (#6758) (details / githubweb)
  39. Drop KOKKOS_ENABLE_INTEL_MM_ALLOC macro (details / githubweb)
  40. Drop librt TPL and associated KOKKOS_ENABLE_LIBRT macro (details / githubweb)
  41. Cuda multi-GPU support: Pass the correct device id to get_cuda_kernel_func_attributes (#6767) (details / githubweb)
  42. Drop IBM Blue Gene/Q and POWER7 architectures (details / githubweb)
  43. Drop Intel Westmere and SSE4.2 extension (details / githubweb)
  44. SYCL: Cleanup device selection (details / githubweb)
  45. SYCL: Improve print_configuration (#6795) (details / githubweb)
  46. Add OpenSSF scorecard workflow (details / githubweb)
  47. Update workflow permissions (details / githubweb)
  48. fix constness for views (details / githubweb)
  49. Fix fence in Kokkos::sort when using std::sort (details / githubweb)
  50. [ci skip] Update license badge and links in the README (details / githubweb)
  51. Explicity pass template params to ZeroMemset for intel icpc compilers (#6807) (details / githubweb)
  52. Add CodeQL GitHub Action (#6818) (details / githubweb)
  53. SYCL CI: Avoid setvars.sh (details / githubweb)
  54. Cleanup KOKKOS_CONFIGURE_CORE (details / githubweb)
  55. Update GitHub actions ot use Node 20 (details / githubweb)
  56. [4.2.01]: changelog update  (#6656) (details / githubweb)
  57. Clean up shift_{right, left}_team_impl (#6821) (details / githubweb)
  58. Avoid detecting unwanted fences in the parallel_scan_no_fence test (details / githubweb)
  59. Add test for current CTAD support with RangePolicy (#6803) (details / githubweb)
  60. multi-GPU support: Add test for all policies (#6782) (details / githubweb)
Changes
  1. Add runtime function to query the number of devices and make device ID consistent with `KOKKOS_VISIBLE_DEVICES` (#6713) (details / githubweb)
  2. Drop CudaInternal::cuda_get_last_error_wrapper() (details / githubweb)
  3. Avoid calling wrapper functions with singleton in some classes (details / githubweb)
  4. Change the default execution policy behavior of the OpenACC backend from synchronous to asynchronous executions. (details / githubweb)
  5. Avoid calling wrapper functions with singleton in Kokkos_Cuda_Task.cpp (details / githubweb)
  6. Deprecate `in_parallel` (#6032) (#6582) (details / githubweb)
  7. Remove redundant calls in rangepolicy constructors (#6765) (details / githubweb)
  8. OpenMPTarget on Intel GPUs update (#6735) (details / githubweb)
  9. Get rid of print statements in parallel algorithms unit tests (details / githubweb)
  10. Attempt to fix device id test with OpenMPTarget (details / githubweb)
  11. Drop 2-arguments `ZeroMemset` constructor overloads (#6764) (details / githubweb)
  12. Get rid of `ZeroMemset`'s silly trailing value argument (#6769) (details / githubweb)
  13. Fix typo in deprecatation macro used in HIP (details / githubweb)
  14. Cuda multi-GPU support: Make some variables device-specific, update Kokkos::fence (#6753) (details / githubweb)
  15. Fixup use provided execution space when copying host inaccessible reduction result (#6777) (details / githubweb)
  16. Fix Occupancy for Cuda (details / githubweb)
  17. Temporarily disable simd_reduction test for omptarget build (details / githubweb)
  18. SYCL: Error out on initialization if the backend is different from ext_oneapi_* (#6784) (details / githubweb)
  19. simd: support vector_aligned_tag (#6243) (details / githubweb)
  20. Disable test for MSVC+Cuda (details / githubweb)
  21. Add checks for unsafe implicit conversions in RangePolicy (#6754) (details / githubweb)
  22. Split runtime checks from TestCommonPolicyConstructors into OccupancyControlTrait (details / githubweb)
  23. Run OccupancyControlTrait on all execution spaces (details / githubweb)
  24. test_execution_policy_occupancy_and_hint might be unused (details / githubweb)
  25. Don't try to compile the test for any backend with MSVC+Cuda (details / githubweb)
  26. Let Impl::get_gpu return std::optional and delegate device selection when appropriate (details / githubweb)
  27. Fixup select from visible devices (details / githubweb)
  28. Fix SharedAllocationRecord to allocate using the correct execution space instance (#6789) (details / githubweb)
  29. Make ranges non-trivial (details / githubweb)
  30. Drop Experimental::HBWSpace (details / githubweb)
  31. Fixup bogous shared alloc fence labels mentioning HBWSpace (details / githubweb)
  32. Restore TestCommonPolicyConstructors.hpp (details / githubweb)
  33. Remove DummyPolicy (details / githubweb)
  34. Remove support for memkind (details / githubweb)
  35. Added missing copy_from() in neon for vector_aligned (details / githubweb)
  36. Remove stray include header (details / githubweb)
  37. Add support for RISCV and the Milk-V's Pioneer (#6773) (details / githubweb)
  38. SYCL: Filter GPU devices (#6758) (details / githubweb)
  39. Drop KOKKOS_ENABLE_INTEL_MM_ALLOC macro (details / githubweb)
  40. Drop librt TPL and associated KOKKOS_ENABLE_LIBRT macro (details / githubweb)
  41. Cuda multi-GPU support: Pass the correct device id to get_cuda_kernel_func_attributes (#6767) (details / githubweb)
  42. Drop IBM Blue Gene/Q and POWER7 architectures (details / githubweb)
  43. Drop Intel Westmere and SSE4.2 extension (details / githubweb)
  44. SYCL: Cleanup device selection (details / githubweb)
  45. SYCL: Improve print_configuration (#6795) (details / githubweb)
  46. Add OpenSSF scorecard workflow (details / githubweb)
  47. Update workflow permissions (details / githubweb)
  48. fix constness for views (details / githubweb)
  49. Fix fence in Kokkos::sort when using std::sort (details / githubweb)
  50. [ci skip] Update license badge and links in the README (details / githubweb)
  51. Explicity pass template params to ZeroMemset for intel icpc compilers (#6807) (details / githubweb)
  52. Add CodeQL GitHub Action (#6818) (details / githubweb)
  53. SYCL CI: Avoid setvars.sh (details / githubweb)
  54. Cleanup KOKKOS_CONFIGURE_CORE (details / githubweb)
  55. Update GitHub actions ot use Node 20 (details / githubweb)
  56. [4.2.01]: changelog update  (#6656) (details / githubweb)
  57. Clean up shift_{right, left}_team_impl (#6821) (details / githubweb)
  58. Avoid detecting unwanted fences in the parallel_scan_no_fence test (details / githubweb)
  59. Add test for current CTAD support with RangePolicy (#6803) (details / githubweb)
  60. multi-GPU support: Add test for all policies (#6782) (details / githubweb)

ldh4 commented: Retest this please.

This run spent:

  • 21 hr waiting;
  • 6 hr 0 min build duration;
  • 6 hr 0 min total from scheduled to completion.
Revision: c8ace595e98093a9694df20e8f25a0d96e13df5c
Repository: https://github.com/kokkos/kokkos.git
  • PR-6466
Revision: 73b692b817d809581b9397a9b8b8bf49a7704252
Repository: https://github.com/kokkos/kokkos.git
  • PR-6466
Revision: e9ffa1f66ad188a8253d0d322cf75bc295158d2a
Repository: https://github.com/kokkos/kokkos.git
  • PR-6466
Revision: dd85b2c00ce8f6a013db49c11b77bb60f8ee2a80
Repository: https://github.com/kokkos/kokkos.git
  • PR-6466
Revision: 7e073be29c3e44f902061a6c785ed41e17c46ff7
Repository: https://github.com/kokkos/kokkos.git
  • PR-6466
Revision: 5495b97b9d3adf937d7d0a992315d134626dcc1f
Repository: https://github.com/kokkos/kokkos.git
  • PR-6466
Revision: d2f334b0345d3f84bbf854cf5eca4c2e1fa975f4
Repository: https://github.com/kokkos/kokkos.git
  • PR-6466
Revision: d535f90b9fb71f7615351e5cc5e14702825bb4fb
Repository: https://github.com/kokkos/kokkos.git
  • PR-6466