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

Moving abort and assert into their own public headers #6445

Merged
merged 11 commits into from
Oct 4, 2023

Conversation

nliber
Copy link
Contributor

@nliber nliber commented Sep 14, 2023

Fixes #5403

Kokkos::abort is now in core/src/Kokkos_Abort.hpp.
KOKKOS_ASSERT, KOKKOS_EXPECTS & KOKKOS_ENSURES is now in core/src/Kokkos_Assert.hpp.

The implementation of Kokkos::Impl::host_abort is now in core/src/impl/Kokkos_Abort.cpp.

@nliber nliber marked this pull request as ready for review September 20, 2023 00:33
core/src/Kokkos_Abort.hpp Outdated Show resolved Hide resolved
core/src/Kokkos_Abort.hpp Outdated Show resolved Hide resolved
@fnrizzi fnrizzi mentioned this pull request Sep 25, 2023
core/src/impl/Kokkos_Error.hpp Show resolved Hide resolved
core/src/impl/Kokkos_Abort.cpp Outdated Show resolved Hide resolved
core/src/impl/Kokkos_Abort.cpp Outdated Show resolved Hide resolved
core/src/Kokkos_Assert.hpp Show resolved Hide resolved
@masterleinad masterleinad linked an issue Sep 26, 2023 that may be closed by this pull request
@crtrott crtrott merged commit 0bf937c into kokkos:develop Oct 4, 2023
28 checks 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.

Kokkos::abort and Kokkos_Core.hpp
6 participants