Skip to content

Changes

#5 (Jan 10, 2024, 2:12:54 PM)

  1. Add some static_asserts — Daniel Arndt / githubweb

#5 (Jan 10, 2024, 2:12:54 PM)

  1. Add some static_asserts — Daniel Arndt / githubweb

#4 (Jan 10, 2024, 9:44:43 AM)

  1. Add some static_asserts — Daniel Arndt / githubweb

#4 (Jan 10, 2024, 9:44:43 AM)

  1. Add some static_asserts — Daniel Arndt / githubweb

#4 (Jan 10, 2024, 9:44:43 AM)

  1. Add some static_asserts — Daniel Arndt / githubweb

#4 (Jan 10, 2024, 9:44:43 AM)

  1. Add some static_asserts — Daniel Arndt / githubweb

#4 (Jan 10, 2024, 9:44:43 AM)

  1. Add some static_asserts — Daniel Arndt / githubweb

#2 (Dec 1, 2023, 11:51:50 AM)

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

#2 (Dec 1, 2023, 11:51:50 AM)

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