Skip to content
Started 11 days ago
Took 54 sec
Failed

Build #36 (Apr 24, 2024, 2:49:30 PM)

Changes
  1. Add `kokkos_swap(Array<T, N>)` sepcialization (details / githubweb)
  2. kokkos_swap(Array) member friend should not be templated on some other type U (details / githubweb)
  3. Fix noexcept specification for kokkos_swap on zero-sized arrays (details / githubweb)
  4. Replace deprecated sycl::device_ptr/sycl::host_ptr (details / githubweb)
  5. Introduce alias based on feature macro (details / githubweb)
  6. Kokkos::Impl::SYCLTypes:: -> Kokkos::Impl::sycl_ (details / githubweb)
  7. Fix wrong macro guards for deprecated Kokkos::pair<T1,void> specialization (details / githubweb)
  8. #6805: add initial converting constructor from mdspan to view (details / githubweb)
  9. #6805: some formatting fixes (details / githubweb)
  10. #6805: guard mdspan conversion test (details / githubweb)
  11. #6805: fix host function call from device and fix more cuda warnings in mdspan (details / githubweb)
  12. #6805: fix more formatting (details / githubweb)
  13. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans (details / githubweb)
  14. #6805: make mdspan helpers namespace consistent (details / githubweb)
  15. #6805: add conversion to mdspan (details / githubweb)
  16. #6805: add to_mdspan (details / githubweb)
  17. #6805: fix formatting and update tests (details / githubweb)
  18. #6805: more formatting fixes (details / githubweb)
  19. #6805: fixes to strided layout and more tests (details / githubweb)
  20. #6805: fixe compilation with nvcc (details / githubweb)
  21. #6805: various formatting fixes and cleanup (details / githubweb)
  22. #6805: clean up implementation slightly (details / githubweb)
  23. #6805: fix rebase artifact (details / githubweb)
  24. #6805: add more test types (details / githubweb)
  25. #6805: fix unused type (details / githubweb)
  26. Fix more unused types (details / githubweb)
  27. #6805: fix insufficient array size for strides (details / githubweb)
  28. #6805: new method for getting strides from ViewOffset (details / githubweb)
  29. #6805: remove stray character (details / githubweb)
  30. #6805: address some initial PR comments (details / githubweb)
  31. #6805: fix dependency on ExecutionSpace template parameter (details / githubweb)
  32. #6805: move MDSpan impl from Kokkos::Experimental::Impl->Kokkos::Impl (details / githubweb)
  33. #6805: move dimension_from_extent (details / githubweb)
  34. #6805: fix formatting (details / githubweb)
  35. Remove unused functions and structs (details / githubweb)
  36. Introduce KOKKOS_IMPL_CONDITIONAL_EXPLICIT macro for use in View (details / githubweb)
  37. Add default accessor_type to to_mdspan funciton (details / githubweb)
  38. Improve test and fix for C++20 where we need an additional ctor (details / githubweb)
  39. Fix clang-format (details / githubweb)
  40. address some more reviewer comments (details / githubweb)
  41. #6805: fix array overrun bug in stride conversion function (details / githubweb)
  42. #6805: fix unused parameter on 0 size views (details / githubweb)
  43. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ (details / githubweb)
  44. #6805: address PR feedback in test (details / githubweb)
  45. #6805: fix namespace in test (details / githubweb)
  46. #6805: move test out of subdirectory (details / githubweb)
  47. #6805: arrange test alphabetically (details / githubweb)
  48. #6805: fix test (details / githubweb)
  49. #6805: use the extent value for constructing static extents in layouts rather than 0 (details / githubweb)
  50. #6805: remove dimension_from_extent as it is not used anymore (details / githubweb)
  51. #6805: fix formatting (details / githubweb)
  52. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment (details / githubweb)
  53. #6805: fix constraints on implicit mdspan conversion and test for undesirable implicit conversions (details / githubweb)
  54. #6805: add test for reproducing padding issue (details / githubweb)
  55. #6805: use strides for layout_left_padded and layout_right_padded (details / githubweb)

Pull request #6830 updated at 2:49:16 PM on Apr 24, 2024

This run spent:

  • 7.9 sec waiting;
  • 54 sec build duration;
  • 1 min 2 sec total from scheduled to completion.
Revision: 3cbcde7be39f77a907064a82a55dd3d61a695cec
Repository: https://github.com/kokkos/kokkos.git
  • PR-6830