SpECTRE Documentation Coverage Report
Current view: top level - Utilities/Kokkos - KokkosCore.hpp Hit Total Coverage
Commit: a8efe75339f4781ca06d43fed14c40144d5e8a08 Lines: 0 3 0.0 %
Date: 2024-10-17 21:19:21
Legend: Lines: hit not hit

          Line data    Source code
       1           0 : // Distributed under the MIT License.
       2             : // See LICENSE.txt for details.
       3             : 
       4             : #pragma once
       5             : 
       6             : #if __has_include(<Kokkos_Core.hpp>)
       7             : #include <Kokkos_Core.hpp>
       8             : 
       9             : /// \brief If defined then SpECTRE is using Kokkos
      10             : #define SPECTRE_KOKKOS 1
      11             : 
      12             : #else  // #if __has_include(<Kokkos_Core.hpp>)
      13           0 : #define KOKKOS_FUNCTION
      14           0 : #define KOKKOS_INLINE_FUNCTION
      15             : #endif  // #if __has_include(<Kokkos_Core.hpp>)

Generated by: LCOV version 1.14