Skip to content
Started 4 mo 13 days ago
Took 3 hr 46 min
Success

Build #3 (Dec 28, 2023, 9:57:39 AM)

Changes
  1. Introduce constructor for multi-GPU support. (details / githubweb)
  2. Fix typo (details / githubweb)
  3. Add test (details / githubweb)
  4. Fix typo. (details / githubweb)
  5. Explicitly check for valid device id (details / githubweb)
  6. Set the device id in cuda_kernel_arch (details / githubweb)
  7. Check for default device (details / githubweb)
  8. Check that device associated with stream matches requested device (details / githubweb)
  9. Remove extra constructor (details / githubweb)
  10. Remove logical memory spaces (details / githubweb)
  11. Address reviewer comments (details / githubweb)
  12. m_cudaDev isn't static anymore (details / githubweb)
  13. Set the device id explicitly for CUDA API calls in impl_initialize (details / githubweb)
  14. tools(profiling): type (related to kokkos/kokkos-tools/pull/221) (details / githubweb)
  15. This PR fixes the too-much-OpenACC-warning issue, mentioned in PR #6639. (details / githubweb)
  16. add missing header fix #6644 (details / githubweb)
  17. SYCL: Restrict workaround for is_device_copyable to oneAPI versions before 2024.0.0 (#6532) (details / githubweb)
  18. Don't use rocm-docker for clang-format (details / githubweb)
  19. Diable HIP CI (details / githubweb)
  20. Remove deprecation warning for AllocationMechanism for gcc <11.0 (details / githubweb)
  21. OpenMPTarget: clang extensions for dynamic shared memory. (#6380) (details / githubweb)
  22. Fix builtin_unreachable use for MSVC/CUDA (details / githubweb)
  23. Fix missing include on msvc/cuda (details / githubweb)
  24. Avoid lambdas in constexpr branch for msvc/cuda (details / githubweb)
  25. Sidestep lacking CTAD support msvc/cuda (details / githubweb)
  26. Fix formatting (details / githubweb)
  27. Move header for Damien because he is right (details / githubweb)
  28. Unit test for issue 3371 (negative vector length should not yield a negative max_team_size) (#6076) (details / githubweb)
  29. Add CMakeLists.txt for stream benchmark (details / githubweb)
  30. Do not negate the dependent true traits helper (details / githubweb)
  31. Drop guards to accommodate external code defining KOKKOS_ASSERT (details / githubweb)
  32. Use omp_get_max_active_levels() when supported (details / githubweb)
  33. Add missing gfx940 (details / githubweb)
  34. Add Impl::always_false type-dendent false trait (details / githubweb)
  35. Per review prefer always_false<Arg>::value to is_void_v<Arg> (details / githubweb)
  36. Improve "no copy mechanism" exception message (details / githubweb)
  37. Add a unit test for new deep_copy exception msg (details / githubweb)
  38. Add missing include sstream (details / githubweb)
  39. src->source, dst->destination (details / githubweb)
  40. Workaround for ROCm 6.0 failing to compile with AVX2 SIMD support (details / githubweb)
  41. SYCL: Force inlining of Kokkos::printf (#6650) (details / githubweb)
  42. Improve handling of printf in OMPT on Intel GPUs (details / githubweb)
  43. OpenMP: Use `omp_get_nested` for older gcc versions (#6685) (details / githubweb)

Pull request #6469 updated at 9:57:26 AM on Dec 28, 2023

This run spent:

  • 14 hr waiting;
  • 3 hr 46 min build duration;
  • 3 hr 46 min total from scheduled to completion.
Revision: 8cd4a873007604b29310e5ddb7de443c9631d365
Repository: https://github.com/kokkos/kokkos.git
  • PR-6469