Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RangePolicy and MDRangePolicy on the bounds precondition #485

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

ldh4
Copy link
Contributor

@ldh4 ldh4 commented Jan 11, 2024

Related: kokkos/kokkos#6617

Added a note under the constructor sections of RangePolicy and MDRangePolicy about the precondition that is newly added by kokkos/kokkos#6617.

``Notes``:
^^^^^^^^^^

* Provided start index must not be greater than the matching end index for all ranks. Otherwise, ``Kokkos::abort()`` is called.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leave it as

Preconditions:
* Blah

That is all the user need to know.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied.

@dalg24 dalg24 merged commit a38a48d into kokkos:main Jan 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants