Skip to content

Kokkos::abort

Damien L-G edited this page May 1, 2020 · 1 revision

Kokkos::abort

Defined in header <Kokkos_Core.hpp>

KOKKOS_FUNCTION void abort(const char *const msg);

Causes abnormal program termination with error explanatory string being printed.

Clone this wiki locally