Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

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