Skip to content
Builds

Loading builds...

Changes

#6 (Jan 29, 2024, 2:07:56 PM)

  1. Introduce constructor for multi-GPU support. — Daniel Arndt / githubweb
  2. Fix typo — noreply / githubweb
  3. Add test — Daniel Arndt / githubweb
  4. Fix typo. — noreply / githubweb
  5. Explicitly check for valid device id — Daniel Arndt / githubweb
  6. Set the device id in cuda_kernel_arch — Daniel Arndt / githubweb
  7. Check for default device — Daniel Arndt / githubweb
  8. Check that device associated with stream matches requested device — Daniel Arndt / githubweb
  9. Remove extra constructor — Daniel Arndt / githubweb
  10. Remove logical memory spaces — Damien L-G / githubweb
  11. Address reviewer comments — Daniel Arndt / githubweb
  12. m_cudaDev isn't static anymore — Daniel Arndt / githubweb
  13. Set the device id explicitly for CUDA API calls in impl_initialize — Daniel Arndt / githubweb
  14. Add warp sync for Cuda parallel reduce — tccleve / githubweb
  15. update comment to include final() mention — tccleve / githubweb
  16. This PR fixes the too-much-OpenACC-warning issue, mentioned in PR #6639. — lees2 / githubweb
  17. add missing header fix #6644 — fnrizzi / githubweb
  18. Fixup test math functions ulp should double -> int — Damien L-G / githubweb
  19. Drop DualView converting copy assignment operator — Damien L-G / githubweb
  20. Don't use rocm-docker for clang-format — Daniel Arndt / githubweb
  21. Diable HIP CI — Daniel Arndt / githubweb
  22. Remove deprecation warning for AllocationMechanism for gcc <11.0 — Daniel Arndt / githubweb
  23. OpenMPTarget: clang extensions for dynamic shared memory. (#6380) — noreply / githubweb
  24. Fix builtin_unreachable use for MSVC/CUDA — crtrott / githubweb
  25. Fix missing include on msvc/cuda — crtrott / githubweb
  26. Avoid lambdas in constexpr branch for msvc/cuda — crtrott / githubweb
  27. Sidestep lacking CTAD support msvc/cuda — crtrott / githubweb
  28. Fix formatting — crtrott / githubweb
  29. Move header for Damien because he is right — crtrott / githubweb
  30. Unit test for issue 3371 (negative vector length should not yield a negative max_team_size) (#6076) — noreply / githubweb
  31. Add CMakeLists.txt for stream benchmark — cwpears / githubweb
  32. Do not negate the dependent true traits helper — Damien L-G / githubweb
  33. Drop guards to accommodate external code defining KOKKOS_ASSERT — Damien L-G / githubweb
  34. Use omp_get_max_active_levels() when supported — Daniel Arndt / githubweb
  35. Add missing gfx940 — rberger / githubweb
  36. Add Impl::always_false type-dendent false trait — Damien L-G / githubweb
  37. Per review prefer always_false<Arg>::value to is_void_v<Arg> — Damien L-G / githubweb
  38. Improve "no copy mechanism" exception message — bmkelle / githubweb
  39. Add a unit test for new deep_copy exception msg — bmkelle / githubweb
  40. Add missing include sstream — bmkelle / githubweb
  41. src->source, dst->destination — bmkelle / githubweb
  42. Workaround for ROCm 6.0 failing to compile with AVX2 SIMD support — Bruno Turcksin / githubweb
  43. SYCL: Force inlining of Kokkos::printf (#6650) — noreply / githubweb
  44. Improve handling of printf in OMPT on Intel GPUs — Daniel Arndt / githubweb
  45. OpenMP: Use `omp_get_nested` for older gcc versions (#6685) — noreply / githubweb
  46. Disable more Bessel tests for SYCL on INtel GPUs — Daniel Arndt / githubweb
  47. fill_random without exceution space instance should fence — Daniel Arndt / githubweb
  48. Drop unnecessary guarding for a tool library being loaded in ProfilingSection — Damien L-G / githubweb
  49. Drop unnecessary header include in Kokkos_Profiling_ProfileSection.hpp — Damien L-G / githubweb
  50. #5333: CUDA: Use scratch space appropriate to small reduction elements in Team reductions (#5334) — noreply / githubweb
  51. Cuda: Allocate using the correct device (#6392) — noreply / githubweb
  52. Let `Profiling::ProfilingSection(std::string)` constructor be explicit and nodiscard (#6690) — noreply / githubweb
  53. Cosmetic changes to ProfilingSection — Damien L-G / githubweb
  54. GitHub CI: Test with AddressSanitizer (#6676) — noreply / githubweb
  55. Kokkos::Array deduction guide (#6373) — noreply / githubweb
  56. Add CI for MSVC+Cuda (#6661) — noreply / githubweb
  57. SYCL: Address deprecations after oneAPI 2023.2.0 (#6577) — noreply / githubweb
  58. Fixup cast tolerance to double before printing — Damien L-G / githubweb
  59. Try linking against CUDA libararies even with KOKKOS_ENABLE_COMPILE_AS_CMAKE_LANGUAGE — Daniel Arndt / githubweb
  60. test_array_ctad: disable test for intel versions < 2021 — ndellin / githubweb
  61. Enable `{transform_}exclusive_scan` in place (#6667) — noreply / githubweb
  62. Add `ATOMICS_BYPASS` configuration option to disable atomics (#6692) — noreply / githubweb
  63. Check matching static extents in View constructor (#5190) — noreply / githubweb
  64. Remove Kokkos::[b]half_t volatile overloads (#6579) — noreply / githubweb
  65. add tests — fnrizzi / githubweb
  66. Provide `kokkos_swap` as part of Core and deprecate `Experimental::swap` in Algorithms (#6697) — noreply / githubweb
  67. Provide new public headers `<Kokkos_Clamp.hpp>` and `<Kokkos_MinMax.hpp>` (#6687) — noreply / githubweb
  68. Fix TeamThreadMDRange parallel_reduce (#6511) — noreply / githubweb
  69. add tests for in-place `inclusive_scan` (#6682) — noreply / githubweb
  70. Drop pointless Kokkos::Impl::CudaExec forward declaration — Damien L-G / githubweb
  71. Don't use the compiler launcher script if the compile language is CUDA. (#6704) — noreply / githubweb
  72. Deprecate `{Cuda,HIP}::detect_device_count()` and `Cuda::[detect_]device_arch()` (#6710) — noreply / githubweb
  73. Get rid of CudaInternal::cuda_get_error_{name,string}_wrapper — Damien L-G / githubweb
  74. No need to jump through so many hoops to print the error message — Damien L-G / githubweb
  75. HIP: Forgot to delete matching brace closing the namespace — Damien L-G / githubweb
  76. Make initialize and finalize of the Cuda/HIP singleton less special (#6714) — noreply / githubweb
  77. Kokkos_HIP.cpp: include Kokkos_Core.hpp to resolve errors — ndellin / githubweb
  78. Add bound checks in RangePolicy and MDRangePolicy (#6617) — noreply / githubweb
  79. Temporary fix to reenable HIP CI — Bruno Turcksin / githubweb
  80. Let the smart pointer manage the CUDA/HIP stream (#6721) — noreply / githubweb
  81. Fix Docker env variables — Bruno Turcksin / githubweb
  82. Ensure view_allocation_error does not silently ignore that no exception was thrown — Damien L-G / githubweb
  83. Add RawMemoryAllocationFailure::AllocationMechanism::OpenACCMalloc enumerator — Damien L-G / githubweb
  84. [OpenACC] throw if acc_malloc returned nullptr — Damien L-G / githubweb
  85. Fixup using declaration — Damien L-G / githubweb
  86. Disable openacc.view_allocation_error test — Damien L-G / githubweb
  87. Guard `[MD]RangePolicy` precondition check for deprecated code 4 (#6726) — noreply / githubweb
  88. Add C++26 standard to CMake Setup — dev / githubweb
  89. Add support for C++26 in generated makefiles — Damien L-G / githubweb
  90. Add KOKKOS_ENABLE_CXX26 to the configuration metadata — Damien L-G / githubweb
  91. Reenable HIP testing — Bruno Turcksin / githubweb
  92. Disabling failing HIP test in the CI — Bruno Turcksin / githubweb
  93. Use team_size_max to fix "Team size too large" error in reducer test (#6725) — noreply / githubweb
  94. Don't touch my records! (refactor Cuda/HIP/SYCL/Threads to not directly mess with `SharedAllocationRecord`) (#6732) — noreply / githubweb
  95. Untangle SharedAllocationRecord spaghetti code — Damien L-G / githubweb
  96. Trilinos: Don't let Kokkos set CMAKE_CXX_FLAGS — Daniel Arndt / githubweb
  97. Fix TestThreadVectorMDRangeParallelReduce (#6734) — noreply / githubweb
  98. Cuda multi-GPU support: Allow execution space instance constructor to run (#6706) — noreply / githubweb
  99. add more warp sync for cuda reductions — tccleve / githubweb
  100. Drop support for deprecated command-line arguments and environment variables (#6744) — noreply / githubweb
  101. Avoid unnecessary zero-memset of the scratch flags in SYCL (#6739) — noreply / githubweb
  102. std(remove-if): fixing tmp view alloc + avoid evaluating twice the predicate during final pass — romin.tomasetti / githubweb

#5 (Dec 4, 2023, 11:47:15 AM)

  1. UnorderedMap: promote `invalid_index` to `public` and use `Experimental::finite_max_v` for its value — romin.tomasetti / githubweb

#3 (Dec 1, 2023, 11:50:50 AM)

  1. Add jenkins multibranch pipeline options — Bruno Turcksin / githubweb
  2. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format — Bruno Turcksin / githubweb

#3 (Dec 1, 2023, 11:50:50 AM)

  1. Add jenkins multibranch pipeline options — Bruno Turcksin / githubweb
  2. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format — Bruno Turcksin / githubweb

#3 (Dec 1, 2023, 11:50:50 AM)

  1. Add jenkins multibranch pipeline options — Bruno Turcksin / githubweb
  2. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format — Bruno Turcksin / githubweb

#3 (Dec 1, 2023, 11:50:50 AM)

  1. Add jenkins multibranch pipeline options — Bruno Turcksin / githubweb
  2. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format — Bruno Turcksin / githubweb

#3 (Dec 1, 2023, 11:50:50 AM)

  1. Add jenkins multibranch pipeline options — Bruno Turcksin / githubweb
  2. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format — Bruno Turcksin / githubweb

#3 (Dec 1, 2023, 11:50:50 AM)

  1. Add jenkins multibranch pipeline options — Bruno Turcksin / githubweb
  2. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format — Bruno Turcksin / githubweb

#2 (Dec 1, 2023, 8:08:22 AM)

  1. core(macros): adding `KOKKOS_IMPL_INVALID_INDEX_TYPE` — romin.tomasetti / githubweb