forked from kokkos/kokkos
-
Notifications
You must be signed in to change notification settings - Fork 0
Kokkos::OpenMP
JBludau edited this page Sep 1, 2022
·
1 revision
Kokkos::OpenMP is an ExecutionSpace type representing execution with the OpenMP runtime system. Except in rare instances, it should not be used directly, but instead should be used generically as an execution space. For details, see the documentation on the ExecutionSpace concept.