Skip to content

Changes

#49 (May 16, 2024, 9:27:10 AM)

  1. Suppress deprecated warnings via pragma push/pop in the tests (#6999) — noreply / githubweb
  2. #6805: add initial converting constructor from mdspan to view — nmmoral / githubweb
  3. #6805: some formatting fixes — nmmoral / githubweb
  4. #6805: guard mdspan conversion test — nmmoral / githubweb
  5. #6805: fix host function call from device and fix more cuda warnings in mdspan — nmmoral / githubweb
  6. #6805: fix more formatting — nmmoral / githubweb
  7. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans — nmmoral / githubweb
  8. #6805: make mdspan helpers namespace consistent — nmmoral / githubweb
  9. #6805: add conversion to mdspan — nmmoral / githubweb
  10. #6805: add to_mdspan — nmmoral / githubweb
  11. #6805: fix formatting and update tests — nmmoral / githubweb
  12. #6805: more formatting fixes — nmmoral / githubweb
  13. #6805: fixes to strided layout and more tests — nmmoral / githubweb
  14. #6805: fixe compilation with nvcc — nmmoral / githubweb
  15. #6805: various formatting fixes and cleanup — nmmoral / githubweb
  16. #6805: clean up implementation slightly — nmmoral / githubweb
  17. #6805: fix rebase artifact — nmmoral / githubweb
  18. #6805: add more test types — nmmoral / githubweb
  19. #6805: fix unused type — nmmoral / githubweb
  20. Fix more unused types — nmmoral / githubweb
  21. #6805: fix insufficient array size for strides — nmmoral / githubweb
  22. #6805: new method for getting strides from ViewOffset — nmmoral / githubweb
  23. #6805: remove stray character — nmmoral / githubweb
  24. #6805: address some initial PR comments — nmmoral / githubweb
  25. #6805: fix dependency on ExecutionSpace template parameter — nmmoral / githubweb
  26. #6805: move MDSpan impl from Kokkos::Experimental::Impl->Kokkos::Impl — nmmoral / githubweb
  27. #6805: move dimension_from_extent — nmmoral / githubweb
  28. #6805: fix formatting — nmmoral / githubweb
  29. Remove unused functions and structs — nmmoral / githubweb
  30. Introduce KOKKOS_IMPL_CONDITIONAL_EXPLICIT macro for use in View — nmmoral / githubweb
  31. Add default accessor_type to to_mdspan funciton — nmmoral / githubweb
  32. Improve test and fix for C++20 where we need an additional ctor — nmmoral / githubweb
  33. Fix clang-format — nmmoral / githubweb
  34. address some more reviewer comments — nmmoral / githubweb
  35. #6805: fix array overrun bug in stride conversion function — nmmoral / githubweb
  36. #6805: fix unused parameter on 0 size views — nmmoral / githubweb
  37. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ — nmmoral / githubweb
  38. #6805: address PR feedback in test — nmmoral / githubweb
  39. #6805: fix namespace in test — nmmoral / githubweb
  40. #6805: move test out of subdirectory — nmmoral / githubweb
  41. #6805: arrange test alphabetically — nmmoral / githubweb
  42. #6805: fix test — nmmoral / githubweb
  43. #6805: use the extent value for constructing static extents in layouts rather than 0 — nmmoral / githubweb
  44. #6805: remove dimension_from_extent as it is not used anymore — nmmoral / githubweb
  45. #6805: fix formatting — nmmoral / githubweb
  46. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb
  47. #6805: fix constraints on implicit mdspan conversion and test for undesirable implicit conversions — nmmoral / githubweb
  48. #6805: add test for reproducing padding issue — nmmoral / githubweb
  49. #6805: use strides for layout_left_padded and layout_right_padded — nmmoral / githubweb
  50. #6805: fix formatting — nmmoral / githubweb
  51. #6805: add mdspan fixes from https://github.com/kokkos/mdspan/pull/327 — nmmoral / githubweb
  52. #6805: make mdspan conversion compatible with device code — nmmoral / githubweb
  53. #6805: fix accidentally disabled code — nmmoral / githubweb
  54. #6805: address PR feedback — nmmoral / githubweb
  55. #6805: don't allow arbitrary padding values — nmmoral / githubweb
  56. #6805: fix formatting — nmmoral / githubweb
  57. #6805: add maybe_unused to indices for checking padding on conversion from mdspan — nmmoral / githubweb
  58. This PR changes the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend. — lees2 / githubweb

#49 (May 16, 2024, 9:27:10 AM)

  1. Suppress deprecated warnings via pragma push/pop in the tests (#6999) — noreply / githubweb
  2. #6805: add initial converting constructor from mdspan to view — nmmoral / githubweb
  3. #6805: some formatting fixes — nmmoral / githubweb
  4. #6805: guard mdspan conversion test — nmmoral / githubweb
  5. #6805: fix host function call from device and fix more cuda warnings in mdspan — nmmoral / githubweb
  6. #6805: fix more formatting — nmmoral / githubweb
  7. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans — nmmoral / githubweb
  8. #6805: make mdspan helpers namespace consistent — nmmoral / githubweb
  9. #6805: add conversion to mdspan — nmmoral / githubweb
  10. #6805: add to_mdspan — nmmoral / githubweb
  11. #6805: fix formatting and update tests — nmmoral / githubweb
  12. #6805: more formatting fixes — nmmoral / githubweb
  13. #6805: fixes to strided layout and more tests — nmmoral / githubweb
  14. #6805: fixe compilation with nvcc — nmmoral / githubweb
  15. #6805: various formatting fixes and cleanup — nmmoral / githubweb
  16. #6805: clean up implementation slightly — nmmoral / githubweb
  17. #6805: fix rebase artifact — nmmoral / githubweb
  18. #6805: add more test types — nmmoral / githubweb
  19. #6805: fix unused type — nmmoral / githubweb
  20. Fix more unused types — nmmoral / githubweb
  21. #6805: fix insufficient array size for strides — nmmoral / githubweb
  22. #6805: new method for getting strides from ViewOffset — nmmoral / githubweb
  23. #6805: remove stray character — nmmoral / githubweb
  24. #6805: address some initial PR comments — nmmoral / githubweb
  25. #6805: fix dependency on ExecutionSpace template parameter — nmmoral / githubweb
  26. #6805: move MDSpan impl from Kokkos::Experimental::Impl->Kokkos::Impl — nmmoral / githubweb
  27. #6805: move dimension_from_extent — nmmoral / githubweb
  28. #6805: fix formatting — nmmoral / githubweb
  29. Remove unused functions and structs — nmmoral / githubweb
  30. Introduce KOKKOS_IMPL_CONDITIONAL_EXPLICIT macro for use in View — nmmoral / githubweb
  31. Add default accessor_type to to_mdspan funciton — nmmoral / githubweb
  32. Improve test and fix for C++20 where we need an additional ctor — nmmoral / githubweb
  33. Fix clang-format — nmmoral / githubweb
  34. address some more reviewer comments — nmmoral / githubweb
  35. #6805: fix array overrun bug in stride conversion function — nmmoral / githubweb
  36. #6805: fix unused parameter on 0 size views — nmmoral / githubweb
  37. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ — nmmoral / githubweb
  38. #6805: address PR feedback in test — nmmoral / githubweb
  39. #6805: fix namespace in test — nmmoral / githubweb
  40. #6805: move test out of subdirectory — nmmoral / githubweb
  41. #6805: arrange test alphabetically — nmmoral / githubweb
  42. #6805: fix test — nmmoral / githubweb
  43. #6805: use the extent value for constructing static extents in layouts rather than 0 — nmmoral / githubweb
  44. #6805: remove dimension_from_extent as it is not used anymore — nmmoral / githubweb
  45. #6805: fix formatting — nmmoral / githubweb
  46. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb
  47. #6805: fix constraints on implicit mdspan conversion and test for undesirable implicit conversions — nmmoral / githubweb
  48. #6805: add test for reproducing padding issue — nmmoral / githubweb
  49. #6805: use strides for layout_left_padded and layout_right_padded — nmmoral / githubweb
  50. #6805: fix formatting — nmmoral / githubweb
  51. #6805: add mdspan fixes from https://github.com/kokkos/mdspan/pull/327 — nmmoral / githubweb
  52. #6805: make mdspan conversion compatible with device code — nmmoral / githubweb
  53. #6805: fix accidentally disabled code — nmmoral / githubweb
  54. #6805: address PR feedback — nmmoral / githubweb
  55. #6805: don't allow arbitrary padding values — nmmoral / githubweb
  56. #6805: fix formatting — nmmoral / githubweb
  57. #6805: add maybe_unused to indices for checking padding on conversion from mdspan — nmmoral / githubweb
  58. This PR changes the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend. — lees2 / githubweb

#49 (May 16, 2024, 9:27:10 AM)

  1. Suppress deprecated warnings via pragma push/pop in the tests (#6999) — noreply / githubweb
  2. #6805: add initial converting constructor from mdspan to view — nmmoral / githubweb
  3. #6805: some formatting fixes — nmmoral / githubweb
  4. #6805: guard mdspan conversion test — nmmoral / githubweb
  5. #6805: fix host function call from device and fix more cuda warnings in mdspan — nmmoral / githubweb
  6. #6805: fix more formatting — nmmoral / githubweb
  7. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans — nmmoral / githubweb
  8. #6805: make mdspan helpers namespace consistent — nmmoral / githubweb
  9. #6805: add conversion to mdspan — nmmoral / githubweb
  10. #6805: add to_mdspan — nmmoral / githubweb
  11. #6805: fix formatting and update tests — nmmoral / githubweb
  12. #6805: more formatting fixes — nmmoral / githubweb
  13. #6805: fixes to strided layout and more tests — nmmoral / githubweb
  14. #6805: fixe compilation with nvcc — nmmoral / githubweb
  15. #6805: various formatting fixes and cleanup — nmmoral / githubweb
  16. #6805: clean up implementation slightly — nmmoral / githubweb
  17. #6805: fix rebase artifact — nmmoral / githubweb
  18. #6805: add more test types — nmmoral / githubweb
  19. #6805: fix unused type — nmmoral / githubweb
  20. Fix more unused types — nmmoral / githubweb
  21. #6805: fix insufficient array size for strides — nmmoral / githubweb
  22. #6805: new method for getting strides from ViewOffset — nmmoral / githubweb
  23. #6805: remove stray character — nmmoral / githubweb
  24. #6805: address some initial PR comments — nmmoral / githubweb
  25. #6805: fix dependency on ExecutionSpace template parameter — nmmoral / githubweb
  26. #6805: move MDSpan impl from Kokkos::Experimental::Impl->Kokkos::Impl — nmmoral / githubweb
  27. #6805: move dimension_from_extent — nmmoral / githubweb
  28. #6805: fix formatting — nmmoral / githubweb
  29. Remove unused functions and structs — nmmoral / githubweb
  30. Introduce KOKKOS_IMPL_CONDITIONAL_EXPLICIT macro for use in View — nmmoral / githubweb
  31. Add default accessor_type to to_mdspan funciton — nmmoral / githubweb
  32. Improve test and fix for C++20 where we need an additional ctor — nmmoral / githubweb
  33. Fix clang-format — nmmoral / githubweb
  34. address some more reviewer comments — nmmoral / githubweb
  35. #6805: fix array overrun bug in stride conversion function — nmmoral / githubweb
  36. #6805: fix unused parameter on 0 size views — nmmoral / githubweb
  37. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ — nmmoral / githubweb
  38. #6805: address PR feedback in test — nmmoral / githubweb
  39. #6805: fix namespace in test — nmmoral / githubweb
  40. #6805: move test out of subdirectory — nmmoral / githubweb
  41. #6805: arrange test alphabetically — nmmoral / githubweb
  42. #6805: fix test — nmmoral / githubweb
  43. #6805: use the extent value for constructing static extents in layouts rather than 0 — nmmoral / githubweb
  44. #6805: remove dimension_from_extent as it is not used anymore — nmmoral / githubweb
  45. #6805: fix formatting — nmmoral / githubweb
  46. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb
  47. #6805: fix constraints on implicit mdspan conversion and test for undesirable implicit conversions — nmmoral / githubweb
  48. #6805: add test for reproducing padding issue — nmmoral / githubweb
  49. #6805: use strides for layout_left_padded and layout_right_padded — nmmoral / githubweb
  50. #6805: fix formatting — nmmoral / githubweb
  51. #6805: add mdspan fixes from https://github.com/kokkos/mdspan/pull/327 — nmmoral / githubweb
  52. #6805: make mdspan conversion compatible with device code — nmmoral / githubweb
  53. #6805: fix accidentally disabled code — nmmoral / githubweb
  54. #6805: address PR feedback — nmmoral / githubweb
  55. #6805: don't allow arbitrary padding values — nmmoral / githubweb
  56. #6805: fix formatting — nmmoral / githubweb
  57. #6805: add maybe_unused to indices for checking padding on conversion from mdspan — nmmoral / githubweb
  58. This PR changes the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend. — lees2 / githubweb

#49 (May 16, 2024, 9:27:10 AM)

  1. Suppress deprecated warnings via pragma push/pop in the tests (#6999) — noreply / githubweb
  2. #6805: add initial converting constructor from mdspan to view — nmmoral / githubweb
  3. #6805: some formatting fixes — nmmoral / githubweb
  4. #6805: guard mdspan conversion test — nmmoral / githubweb
  5. #6805: fix host function call from device and fix more cuda warnings in mdspan — nmmoral / githubweb
  6. #6805: fix more formatting — nmmoral / githubweb
  7. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans — nmmoral / githubweb
  8. #6805: make mdspan helpers namespace consistent — nmmoral / githubweb
  9. #6805: add conversion to mdspan — nmmoral / githubweb
  10. #6805: add to_mdspan — nmmoral / githubweb
  11. #6805: fix formatting and update tests — nmmoral / githubweb
  12. #6805: more formatting fixes — nmmoral / githubweb
  13. #6805: fixes to strided layout and more tests — nmmoral / githubweb
  14. #6805: fixe compilation with nvcc — nmmoral / githubweb
  15. #6805: various formatting fixes and cleanup — nmmoral / githubweb
  16. #6805: clean up implementation slightly — nmmoral / githubweb
  17. #6805: fix rebase artifact — nmmoral / githubweb
  18. #6805: add more test types — nmmoral / githubweb
  19. #6805: fix unused type — nmmoral / githubweb
  20. Fix more unused types — nmmoral / githubweb
  21. #6805: fix insufficient array size for strides — nmmoral / githubweb
  22. #6805: new method for getting strides from ViewOffset — nmmoral / githubweb
  23. #6805: remove stray character — nmmoral / githubweb
  24. #6805: address some initial PR comments — nmmoral / githubweb
  25. #6805: fix dependency on ExecutionSpace template parameter — nmmoral / githubweb
  26. #6805: move MDSpan impl from Kokkos::Experimental::Impl->Kokkos::Impl — nmmoral / githubweb
  27. #6805: move dimension_from_extent — nmmoral / githubweb
  28. #6805: fix formatting — nmmoral / githubweb
  29. Remove unused functions and structs — nmmoral / githubweb
  30. Introduce KOKKOS_IMPL_CONDITIONAL_EXPLICIT macro for use in View — nmmoral / githubweb
  31. Add default accessor_type to to_mdspan funciton — nmmoral / githubweb
  32. Improve test and fix for C++20 where we need an additional ctor — nmmoral / githubweb
  33. Fix clang-format — nmmoral / githubweb
  34. address some more reviewer comments — nmmoral / githubweb
  35. #6805: fix array overrun bug in stride conversion function — nmmoral / githubweb
  36. #6805: fix unused parameter on 0 size views — nmmoral / githubweb
  37. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ — nmmoral / githubweb
  38. #6805: address PR feedback in test — nmmoral / githubweb
  39. #6805: fix namespace in test — nmmoral / githubweb
  40. #6805: move test out of subdirectory — nmmoral / githubweb
  41. #6805: arrange test alphabetically — nmmoral / githubweb
  42. #6805: fix test — nmmoral / githubweb
  43. #6805: use the extent value for constructing static extents in layouts rather than 0 — nmmoral / githubweb
  44. #6805: remove dimension_from_extent as it is not used anymore — nmmoral / githubweb
  45. #6805: fix formatting — nmmoral / githubweb
  46. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb
  47. #6805: fix constraints on implicit mdspan conversion and test for undesirable implicit conversions — nmmoral / githubweb
  48. #6805: add test for reproducing padding issue — nmmoral / githubweb
  49. #6805: use strides for layout_left_padded and layout_right_padded — nmmoral / githubweb
  50. #6805: fix formatting — nmmoral / githubweb
  51. #6805: add mdspan fixes from https://github.com/kokkos/mdspan/pull/327 — nmmoral / githubweb
  52. #6805: make mdspan conversion compatible with device code — nmmoral / githubweb
  53. #6805: fix accidentally disabled code — nmmoral / githubweb
  54. #6805: address PR feedback — nmmoral / githubweb
  55. #6805: don't allow arbitrary padding values — nmmoral / githubweb
  56. #6805: fix formatting — nmmoral / githubweb
  57. #6805: add maybe_unused to indices for checking padding on conversion from mdspan — nmmoral / githubweb
  58. This PR changes the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend. — lees2 / githubweb

#49 (May 16, 2024, 9:27:10 AM)

  1. Suppress deprecated warnings via pragma push/pop in the tests (#6999) — noreply / githubweb
  2. #6805: add initial converting constructor from mdspan to view — nmmoral / githubweb
  3. #6805: some formatting fixes — nmmoral / githubweb
  4. #6805: guard mdspan conversion test — nmmoral / githubweb
  5. #6805: fix host function call from device and fix more cuda warnings in mdspan — nmmoral / githubweb
  6. #6805: fix more formatting — nmmoral / githubweb
  7. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans — nmmoral / githubweb
  8. #6805: make mdspan helpers namespace consistent — nmmoral / githubweb
  9. #6805: add conversion to mdspan — nmmoral / githubweb
  10. #6805: add to_mdspan — nmmoral / githubweb
  11. #6805: fix formatting and update tests — nmmoral / githubweb
  12. #6805: more formatting fixes — nmmoral / githubweb
  13. #6805: fixes to strided layout and more tests — nmmoral / githubweb
  14. #6805: fixe compilation with nvcc — nmmoral / githubweb
  15. #6805: various formatting fixes and cleanup — nmmoral / githubweb
  16. #6805: clean up implementation slightly — nmmoral / githubweb
  17. #6805: fix rebase artifact — nmmoral / githubweb
  18. #6805: add more test types — nmmoral / githubweb
  19. #6805: fix unused type — nmmoral / githubweb
  20. Fix more unused types — nmmoral / githubweb
  21. #6805: fix insufficient array size for strides — nmmoral / githubweb
  22. #6805: new method for getting strides from ViewOffset — nmmoral / githubweb
  23. #6805: remove stray character — nmmoral / githubweb
  24. #6805: address some initial PR comments — nmmoral / githubweb
  25. #6805: fix dependency on ExecutionSpace template parameter — nmmoral / githubweb
  26. #6805: move MDSpan impl from Kokkos::Experimental::Impl->Kokkos::Impl — nmmoral / githubweb
  27. #6805: move dimension_from_extent — nmmoral / githubweb
  28. #6805: fix formatting — nmmoral / githubweb
  29. Remove unused functions and structs — nmmoral / githubweb
  30. Introduce KOKKOS_IMPL_CONDITIONAL_EXPLICIT macro for use in View — nmmoral / githubweb
  31. Add default accessor_type to to_mdspan funciton — nmmoral / githubweb
  32. Improve test and fix for C++20 where we need an additional ctor — nmmoral / githubweb
  33. Fix clang-format — nmmoral / githubweb
  34. address some more reviewer comments — nmmoral / githubweb
  35. #6805: fix array overrun bug in stride conversion function — nmmoral / githubweb
  36. #6805: fix unused parameter on 0 size views — nmmoral / githubweb
  37. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ — nmmoral / githubweb
  38. #6805: address PR feedback in test — nmmoral / githubweb
  39. #6805: fix namespace in test — nmmoral / githubweb
  40. #6805: move test out of subdirectory — nmmoral / githubweb
  41. #6805: arrange test alphabetically — nmmoral / githubweb
  42. #6805: fix test — nmmoral / githubweb
  43. #6805: use the extent value for constructing static extents in layouts rather than 0 — nmmoral / githubweb
  44. #6805: remove dimension_from_extent as it is not used anymore — nmmoral / githubweb
  45. #6805: fix formatting — nmmoral / githubweb
  46. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb
  47. #6805: fix constraints on implicit mdspan conversion and test for undesirable implicit conversions — nmmoral / githubweb
  48. #6805: add test for reproducing padding issue — nmmoral / githubweb
  49. #6805: use strides for layout_left_padded and layout_right_padded — nmmoral / githubweb
  50. #6805: fix formatting — nmmoral / githubweb
  51. #6805: add mdspan fixes from https://github.com/kokkos/mdspan/pull/327 — nmmoral / githubweb
  52. #6805: make mdspan conversion compatible with device code — nmmoral / githubweb
  53. #6805: fix accidentally disabled code — nmmoral / githubweb
  54. #6805: address PR feedback — nmmoral / githubweb
  55. #6805: don't allow arbitrary padding values — nmmoral / githubweb
  56. #6805: fix formatting — nmmoral / githubweb
  57. #6805: add maybe_unused to indices for checking padding on conversion from mdspan — nmmoral / githubweb
  58. This PR changes the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend. — lees2 / githubweb

#49 (May 16, 2024, 9:27:10 AM)

  1. Suppress deprecated warnings via pragma push/pop in the tests (#6999) — noreply / githubweb
  2. #6805: add initial converting constructor from mdspan to view — nmmoral / githubweb
  3. #6805: some formatting fixes — nmmoral / githubweb
  4. #6805: guard mdspan conversion test — nmmoral / githubweb
  5. #6805: fix host function call from device and fix more cuda warnings in mdspan — nmmoral / githubweb
  6. #6805: fix more formatting — nmmoral / githubweb
  7. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans — nmmoral / githubweb
  8. #6805: make mdspan helpers namespace consistent — nmmoral / githubweb
  9. #6805: add conversion to mdspan — nmmoral / githubweb
  10. #6805: add to_mdspan — nmmoral / githubweb
  11. #6805: fix formatting and update tests — nmmoral / githubweb
  12. #6805: more formatting fixes — nmmoral / githubweb
  13. #6805: fixes to strided layout and more tests — nmmoral / githubweb
  14. #6805: fixe compilation with nvcc — nmmoral / githubweb
  15. #6805: various formatting fixes and cleanup — nmmoral / githubweb
  16. #6805: clean up implementation slightly — nmmoral / githubweb
  17. #6805: fix rebase artifact — nmmoral / githubweb
  18. #6805: add more test types — nmmoral / githubweb
  19. #6805: fix unused type — nmmoral / githubweb
  20. Fix more unused types — nmmoral / githubweb
  21. #6805: fix insufficient array size for strides — nmmoral / githubweb
  22. #6805: new method for getting strides from ViewOffset — nmmoral / githubweb
  23. #6805: remove stray character — nmmoral / githubweb
  24. #6805: address some initial PR comments — nmmoral / githubweb
  25. #6805: fix dependency on ExecutionSpace template parameter — nmmoral / githubweb
  26. #6805: move MDSpan impl from Kokkos::Experimental::Impl->Kokkos::Impl — nmmoral / githubweb
  27. #6805: move dimension_from_extent — nmmoral / githubweb
  28. #6805: fix formatting — nmmoral / githubweb
  29. Remove unused functions and structs — nmmoral / githubweb
  30. Introduce KOKKOS_IMPL_CONDITIONAL_EXPLICIT macro for use in View — nmmoral / githubweb
  31. Add default accessor_type to to_mdspan funciton — nmmoral / githubweb
  32. Improve test and fix for C++20 where we need an additional ctor — nmmoral / githubweb
  33. Fix clang-format — nmmoral / githubweb
  34. address some more reviewer comments — nmmoral / githubweb
  35. #6805: fix array overrun bug in stride conversion function — nmmoral / githubweb
  36. #6805: fix unused parameter on 0 size views — nmmoral / githubweb
  37. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ — nmmoral / githubweb
  38. #6805: address PR feedback in test — nmmoral / githubweb
  39. #6805: fix namespace in test — nmmoral / githubweb
  40. #6805: move test out of subdirectory — nmmoral / githubweb
  41. #6805: arrange test alphabetically — nmmoral / githubweb
  42. #6805: fix test — nmmoral / githubweb
  43. #6805: use the extent value for constructing static extents in layouts rather than 0 — nmmoral / githubweb
  44. #6805: remove dimension_from_extent as it is not used anymore — nmmoral / githubweb
  45. #6805: fix formatting — nmmoral / githubweb
  46. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb
  47. #6805: fix constraints on implicit mdspan conversion and test for undesirable implicit conversions — nmmoral / githubweb
  48. #6805: add test for reproducing padding issue — nmmoral / githubweb
  49. #6805: use strides for layout_left_padded and layout_right_padded — nmmoral / githubweb
  50. #6805: fix formatting — nmmoral / githubweb
  51. #6805: add mdspan fixes from https://github.com/kokkos/mdspan/pull/327 — nmmoral / githubweb
  52. #6805: make mdspan conversion compatible with device code — nmmoral / githubweb
  53. #6805: fix accidentally disabled code — nmmoral / githubweb
  54. #6805: address PR feedback — nmmoral / githubweb
  55. #6805: don't allow arbitrary padding values — nmmoral / githubweb
  56. #6805: fix formatting — nmmoral / githubweb
  57. #6805: add maybe_unused to indices for checking padding on conversion from mdspan — nmmoral / githubweb
  58. This PR changes the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend. — lees2 / githubweb

#49 (May 16, 2024, 9:27:10 AM)

  1. Suppress deprecated warnings via pragma push/pop in the tests (#6999) — noreply / githubweb
  2. #6805: add initial converting constructor from mdspan to view — nmmoral / githubweb
  3. #6805: some formatting fixes — nmmoral / githubweb
  4. #6805: guard mdspan conversion test — nmmoral / githubweb
  5. #6805: fix host function call from device and fix more cuda warnings in mdspan — nmmoral / githubweb
  6. #6805: fix more formatting — nmmoral / githubweb
  7. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans — nmmoral / githubweb
  8. #6805: make mdspan helpers namespace consistent — nmmoral / githubweb
  9. #6805: add conversion to mdspan — nmmoral / githubweb
  10. #6805: add to_mdspan — nmmoral / githubweb
  11. #6805: fix formatting and update tests — nmmoral / githubweb
  12. #6805: more formatting fixes — nmmoral / githubweb
  13. #6805: fixes to strided layout and more tests — nmmoral / githubweb
  14. #6805: fixe compilation with nvcc — nmmoral / githubweb
  15. #6805: various formatting fixes and cleanup — nmmoral / githubweb
  16. #6805: clean up implementation slightly — nmmoral / githubweb
  17. #6805: fix rebase artifact — nmmoral / githubweb
  18. #6805: add more test types — nmmoral / githubweb
  19. #6805: fix unused type — nmmoral / githubweb
  20. Fix more unused types — nmmoral / githubweb
  21. #6805: fix insufficient array size for strides — nmmoral / githubweb
  22. #6805: new method for getting strides from ViewOffset — nmmoral / githubweb
  23. #6805: remove stray character — nmmoral / githubweb
  24. #6805: address some initial PR comments — nmmoral / githubweb
  25. #6805: fix dependency on ExecutionSpace template parameter — nmmoral / githubweb
  26. #6805: move MDSpan impl from Kokkos::Experimental::Impl->Kokkos::Impl — nmmoral / githubweb
  27. #6805: move dimension_from_extent — nmmoral / githubweb
  28. #6805: fix formatting — nmmoral / githubweb
  29. Remove unused functions and structs — nmmoral / githubweb
  30. Introduce KOKKOS_IMPL_CONDITIONAL_EXPLICIT macro for use in View — nmmoral / githubweb
  31. Add default accessor_type to to_mdspan funciton — nmmoral / githubweb
  32. Improve test and fix for C++20 where we need an additional ctor — nmmoral / githubweb
  33. Fix clang-format — nmmoral / githubweb
  34. address some more reviewer comments — nmmoral / githubweb
  35. #6805: fix array overrun bug in stride conversion function — nmmoral / githubweb
  36. #6805: fix unused parameter on 0 size views — nmmoral / githubweb
  37. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ — nmmoral / githubweb
  38. #6805: address PR feedback in test — nmmoral / githubweb
  39. #6805: fix namespace in test — nmmoral / githubweb
  40. #6805: move test out of subdirectory — nmmoral / githubweb
  41. #6805: arrange test alphabetically — nmmoral / githubweb
  42. #6805: fix test — nmmoral / githubweb
  43. #6805: use the extent value for constructing static extents in layouts rather than 0 — nmmoral / githubweb
  44. #6805: remove dimension_from_extent as it is not used anymore — nmmoral / githubweb
  45. #6805: fix formatting — nmmoral / githubweb
  46. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb
  47. #6805: fix constraints on implicit mdspan conversion and test for undesirable implicit conversions — nmmoral / githubweb
  48. #6805: add test for reproducing padding issue — nmmoral / githubweb
  49. #6805: use strides for layout_left_padded and layout_right_padded — nmmoral / githubweb
  50. #6805: fix formatting — nmmoral / githubweb
  51. #6805: add mdspan fixes from https://github.com/kokkos/mdspan/pull/327 — nmmoral / githubweb
  52. #6805: make mdspan conversion compatible with device code — nmmoral / githubweb
  53. #6805: fix accidentally disabled code — nmmoral / githubweb
  54. #6805: address PR feedback — nmmoral / githubweb
  55. #6805: don't allow arbitrary padding values — nmmoral / githubweb
  56. #6805: fix formatting — nmmoral / githubweb
  57. #6805: add maybe_unused to indices for checking padding on conversion from mdspan — nmmoral / githubweb
  58. This PR changes the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend. — lees2 / githubweb

#49 (May 16, 2024, 9:27:10 AM)

  1. Suppress deprecated warnings via pragma push/pop in the tests (#6999) — noreply / githubweb
  2. #6805: add initial converting constructor from mdspan to view — nmmoral / githubweb
  3. #6805: some formatting fixes — nmmoral / githubweb
  4. #6805: guard mdspan conversion test — nmmoral / githubweb
  5. #6805: fix host function call from device and fix more cuda warnings in mdspan — nmmoral / githubweb
  6. #6805: fix more formatting — nmmoral / githubweb
  7. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans — nmmoral / githubweb
  8. #6805: make mdspan helpers namespace consistent — nmmoral / githubweb
  9. #6805: add conversion to mdspan — nmmoral / githubweb
  10. #6805: add to_mdspan — nmmoral / githubweb
  11. #6805: fix formatting and update tests — nmmoral / githubweb
  12. #6805: more formatting fixes — nmmoral / githubweb
  13. #6805: fixes to strided layout and more tests — nmmoral / githubweb
  14. #6805: fixe compilation with nvcc — nmmoral / githubweb
  15. #6805: various formatting fixes and cleanup — nmmoral / githubweb
  16. #6805: clean up implementation slightly — nmmoral / githubweb
  17. #6805: fix rebase artifact — nmmoral / githubweb
  18. #6805: add more test types — nmmoral / githubweb
  19. #6805: fix unused type — nmmoral / githubweb
  20. Fix more unused types — nmmoral / githubweb
  21. #6805: fix insufficient array size for strides — nmmoral / githubweb
  22. #6805: new method for getting strides from ViewOffset — nmmoral / githubweb
  23. #6805: remove stray character — nmmoral / githubweb
  24. #6805: address some initial PR comments — nmmoral / githubweb
  25. #6805: fix dependency on ExecutionSpace template parameter — nmmoral / githubweb
  26. #6805: move MDSpan impl from Kokkos::Experimental::Impl->Kokkos::Impl — nmmoral / githubweb
  27. #6805: move dimension_from_extent — nmmoral / githubweb
  28. #6805: fix formatting — nmmoral / githubweb
  29. Remove unused functions and structs — nmmoral / githubweb
  30. Introduce KOKKOS_IMPL_CONDITIONAL_EXPLICIT macro for use in View — nmmoral / githubweb
  31. Add default accessor_type to to_mdspan funciton — nmmoral / githubweb
  32. Improve test and fix for C++20 where we need an additional ctor — nmmoral / githubweb
  33. Fix clang-format — nmmoral / githubweb
  34. address some more reviewer comments — nmmoral / githubweb
  35. #6805: fix array overrun bug in stride conversion function — nmmoral / githubweb
  36. #6805: fix unused parameter on 0 size views — nmmoral / githubweb
  37. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ — nmmoral / githubweb
  38. #6805: address PR feedback in test — nmmoral / githubweb
  39. #6805: fix namespace in test — nmmoral / githubweb
  40. #6805: move test out of subdirectory — nmmoral / githubweb
  41. #6805: arrange test alphabetically — nmmoral / githubweb
  42. #6805: fix test — nmmoral / githubweb
  43. #6805: use the extent value for constructing static extents in layouts rather than 0 — nmmoral / githubweb
  44. #6805: remove dimension_from_extent as it is not used anymore — nmmoral / githubweb
  45. #6805: fix formatting — nmmoral / githubweb
  46. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb
  47. #6805: fix constraints on implicit mdspan conversion and test for undesirable implicit conversions — nmmoral / githubweb
  48. #6805: add test for reproducing padding issue — nmmoral / githubweb
  49. #6805: use strides for layout_left_padded and layout_right_padded — nmmoral / githubweb
  50. #6805: fix formatting — nmmoral / githubweb
  51. #6805: add mdspan fixes from https://github.com/kokkos/mdspan/pull/327 — nmmoral / githubweb
  52. #6805: make mdspan conversion compatible with device code — nmmoral / githubweb
  53. #6805: fix accidentally disabled code — nmmoral / githubweb
  54. #6805: address PR feedback — nmmoral / githubweb
  55. #6805: don't allow arbitrary padding values — nmmoral / githubweb
  56. #6805: fix formatting — nmmoral / githubweb
  57. #6805: add maybe_unused to indices for checking padding on conversion from mdspan — nmmoral / githubweb
  58. This PR changes the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend. — lees2 / githubweb

#47 (May 2, 2024, 7:33:49 PM)

  1. Fix fedora CI builds with flang-new — Daniel Arndt / githubweb
  2. Also use is_nothrow_swappable workaround for Intel Classic Compilers (#6983) — noreply / githubweb

#46 (May 2, 2024, 12:44:42 PM)

  1. Fix Copyright file — crtrott / githubweb
  2. #6805: add maybe_unused to indices for checking padding on conversion from mdspan — nmmoral / githubweb

#45 (May 1, 2024, 5:57:43 PM)

  1. #6805: fix formatting — nmmoral / githubweb

#44 (May 1, 2024, 5:55:33 PM)

  1. Fix support for Kokkos::Array of const-qualified element type — Damien L-G / githubweb
  2. Try to fix the CUDA 11.0 build — Damien L-G / githubweb
  3. Revert "Try to fix the CUDA 11.0 build" — Damien L-G / githubweb
  4. Alternate definition of Impl::is_nothrow_swappable_v for NVCC version less than 11.4 — Damien L-G / githubweb
  5. Avoid introducing a 2nd definition of the Impl::swappable trait — Damien L-G / githubweb
  6. Fix enabling OpenMP with HIP and "compile as CMake language" — Damien L-G / githubweb
  7. Fix OpenMP+CUDA when `Kokkos_ENABLE_COMPILE_AS_CMAKE_LANGUAGE` is `ON` — Damien L-G / githubweb
  8. #6805: don't allow arbitrary padding values — nmmoral / githubweb

#41 (Apr 28, 2024, 11:58:07 AM)

  1. Update version — crtrott / githubweb
  2. Add Linux Foundation notice and fix C++ standard — crtrott / githubweb
  3. SYCL: Avoid deprecated floating-point number abs overloads (#6959) — noreply / githubweb
  4. OpenMPTarget: Update loop order in MDRange (#6925) — noreply / githubweb

#41 (Apr 28, 2024, 11:58:07 AM)

  1. Update version — crtrott / githubweb
  2. Add Linux Foundation notice and fix C++ standard — crtrott / githubweb
  3. SYCL: Avoid deprecated floating-point number abs overloads (#6959) — noreply / githubweb
  4. OpenMPTarget: Update loop order in MDRange (#6925) — noreply / githubweb

#41 (Apr 28, 2024, 11:58:07 AM)

  1. Update version — crtrott / githubweb
  2. Add Linux Foundation notice and fix C++ standard — crtrott / githubweb
  3. SYCL: Avoid deprecated floating-point number abs overloads (#6959) — noreply / githubweb
  4. OpenMPTarget: Update loop order in MDRange (#6925) — noreply / githubweb

#41 (Apr 28, 2024, 11:58:07 AM)

  1. Update version — crtrott / githubweb
  2. Add Linux Foundation notice and fix C++ standard — crtrott / githubweb
  3. SYCL: Avoid deprecated floating-point number abs overloads (#6959) — noreply / githubweb
  4. OpenMPTarget: Update loop order in MDRange (#6925) — noreply / githubweb

#41 (Apr 28, 2024, 11:58:07 AM)

  1. Update version — crtrott / githubweb
  2. Add Linux Foundation notice and fix C++ standard — crtrott / githubweb
  3. SYCL: Avoid deprecated floating-point number abs overloads (#6959) — noreply / githubweb
  4. OpenMPTarget: Update loop order in MDRange (#6925) — noreply / githubweb

#41 (Apr 28, 2024, 11:58:07 AM)

  1. Update version — crtrott / githubweb
  2. Add Linux Foundation notice and fix C++ standard — crtrott / githubweb
  3. SYCL: Avoid deprecated floating-point number abs overloads (#6959) — noreply / githubweb
  4. OpenMPTarget: Update loop order in MDRange (#6925) — noreply / githubweb

#41 (Apr 28, 2024, 11:58:07 AM)

  1. Update version — crtrott / githubweb
  2. Add Linux Foundation notice and fix C++ standard — crtrott / githubweb
  3. SYCL: Avoid deprecated floating-point number abs overloads (#6959) — noreply / githubweb
  4. OpenMPTarget: Update loop order in MDRange (#6925) — noreply / githubweb

#41 (Apr 28, 2024, 11:58:07 AM)

  1. Update version — crtrott / githubweb
  2. Add Linux Foundation notice and fix C++ standard — crtrott / githubweb
  3. SYCL: Avoid deprecated floating-point number abs overloads (#6959) — noreply / githubweb
  4. OpenMPTarget: Update loop order in MDRange (#6925) — noreply / githubweb

#39 (Apr 24, 2024, 6:03:10 PM)

  1. #6805: add mdspan fixes from https://github.com/kokkos/mdspan/pull/327 — nmmoral / githubweb
  2. #6805: make mdspan conversion compatible with device code — nmmoral / githubweb
  3. #6805: fix accidentally disabled code — nmmoral / githubweb

#37 (Apr 24, 2024, 2:53:25 PM)

  1. #6805: fix formatting — nmmoral / githubweb

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

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

#34 (Apr 16, 2024, 11:20:04 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array — Damien L-G / githubweb
  2. Remove unnecessary header include — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) — noreply / githubweb
  4. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb

#34 (Apr 16, 2024, 11:20:04 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array — Damien L-G / githubweb
  2. Remove unnecessary header include — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) — noreply / githubweb
  4. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb

#34 (Apr 16, 2024, 11:20:04 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array — Damien L-G / githubweb
  2. Remove unnecessary header include — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) — noreply / githubweb
  4. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb

#34 (Apr 16, 2024, 11:20:04 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array — Damien L-G / githubweb
  2. Remove unnecessary header include — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) — noreply / githubweb
  4. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb

#34 (Apr 16, 2024, 11:20:04 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array — Damien L-G / githubweb
  2. Remove unnecessary header include — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) — noreply / githubweb
  4. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb

#34 (Apr 16, 2024, 11:20:04 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array — Damien L-G / githubweb
  2. Remove unnecessary header include — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) — noreply / githubweb
  4. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb

#34 (Apr 16, 2024, 11:20:04 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array — Damien L-G / githubweb
  2. Remove unnecessary header include — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) — noreply / githubweb
  4. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb

#34 (Apr 16, 2024, 11:20:04 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array — Damien L-G / githubweb
  2. Remove unnecessary header include — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) — noreply / githubweb
  4. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb

#34 (Apr 16, 2024, 11:20:04 AM)

  1. Deprecate trailing Proxy template argument in Kokkos::Array — Damien L-G / githubweb
  2. Remove unnecessary header include — Damien L-G / githubweb
  3. Adding converting constructor in Kokkos::RandomAccessIterator (#6929) — noreply / githubweb
  4. #6805: switch out conditionally explicit macro for explicit check on C++ version and a comment — nmmoral / githubweb

#33 (Apr 15, 2024, 12:42:45 PM)

  1. #6805: fix formatting — nmmoral / githubweb

#31 (Apr 11, 2024, 7:27:27 PM)

  1. Fix nightly CI — Bruno Turcksin / githubweb
  2. #6805: use the extent value for constructing static extents in layouts rather than 0 — nmmoral / githubweb

#29 (Apr 10, 2024, 7:53:08 PM)

  1. #6805: fix test — nmmoral / githubweb

#28 (Apr 10, 2024, 7:32:13 PM)

  1. #6805: arrange test alphabetically — nmmoral / githubweb

#26 (Apr 10, 2024, 1:10:01 PM)

  1. #6805: disable clang formatting for usage of maybe_unused as it gives incorrect C++ — nmmoral / githubweb

#22 (Apr 5, 2024, 7:30:03 PM)

  1. Fix clang-format — crtrott / githubweb

#20 (Mar 12, 2024, 8:34:28 PM)

  1. #6805: fix formatting — nmmoral / githubweb

#18 (Mar 7, 2024, 6:10:36 PM)

  1. #6805: remove stray character — nmmoral / githubweb

#17 (Mar 7, 2024, 6:05:26 PM)

  1. CTAD (deduction guides) for RangePolicy (#6850) — noreply / githubweb
  2. #6805: new method for getting strides from ViewOffset — nmmoral / githubweb

#16 (Mar 7, 2024, 12:15:25 PM)

  1. #6805: fix insufficient array size for strides — nmmoral / githubweb

#15 (Mar 6, 2024, 10:00:37 PM)

  1. Fix more unused types — crtrott / githubweb

#14 (Mar 6, 2024, 7:29:57 PM)

  1. #6805: fix unused type — nmmoral / githubweb

#13 (Mar 6, 2024, 7:23:17 PM)

  1. #6805: fix rebase artifact — nmmoral / githubweb
  2. #6805: add more test types — nmmoral / githubweb

#12 (Mar 6, 2024, 7:18:37 PM)

  1. #6805: add initial converting constructor from mdspan to view — nmmoral / githubweb
  2. #6805: some formatting fixes — nmmoral / githubweb
  3. #6805: guard mdspan conversion test — nmmoral / githubweb
  4. #6805: fix host function call from device and fix more cuda warnings in mdspan — nmmoral / githubweb
  5. #6805: fix more formatting — nmmoral / githubweb
  6. #6805: fix constraints on mdspan converting constructor and allow runtime-unmanaged (but compile-time managed) views to be constructed from mdspans — nmmoral / githubweb
  7. #6805: make mdspan helpers namespace consistent — nmmoral / githubweb
  8. #6805: add conversion to mdspan — nmmoral / githubweb
  9. #6805: add to_mdspan — nmmoral / githubweb
  10. #6805: fix formatting and update tests — nmmoral / githubweb
  11. #6805: more formatting fixes — nmmoral / githubweb
  12. #6805: fixes to strided layout and more tests — nmmoral / githubweb
  13. #6805: fixe compilation with nvcc — nmmoral / githubweb
  14. #6805: various formatting fixes and cleanup — nmmoral / githubweb
  15. #6805: clean up implementation slightly — nmmoral / githubweb

#11 (Mar 6, 2024, 2:45:56 PM)

  1. Fix C-style cast — Daniel Arndt / githubweb
  2. #6805: fix formatting and update tests — nmmoral / githubweb

#7 (Feb 26, 2024, 3:26:14 PM)

  1. #6805: fix more formatting — nmmoral / githubweb
  2. #6805: update mdspan to try to address intel compiler warnings — nmmoral / githubweb

#4 (Feb 21, 2024, 2:11:42 PM)

  1. #6805: some more formatting fixes — nmmoral / githubweb

#3 (Feb 21, 2024, 1:58:37 PM)

  1. [4.2.01]: changelog update  (#6656) — ndellin / githubweb
  2. Clean up shift_{right, left}_team_impl (#6821) — noreply / githubweb
  3. #6805: guard mdspan conversion test — nmmoral / githubweb

#2 (Feb 20, 2024, 8:05:44 PM)

  1. #6805: some formatting fixes — nmmoral / githubweb