RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
include
RAJA
pattern
kernel
internal.hpp
Go to the documentation of this file.
1
11
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
12
// Copyright (c) Lawrence Livermore National Security, LLC and other
13
// RAJA Project Developers. See top-level LICENSE and COPYRIGHT
14
// files for dates and other details. No copyright assignment is required
15
// to contribute to RAJA.
16
//
17
// SPDX-License-Identifier: (BSD-3-Clause)
18
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
19
20
#ifndef RAJA_pattern_kernel_internal_HPP
21
#define RAJA_pattern_kernel_internal_HPP
22
23
24
#include "
RAJA/pattern/kernel/internal/LoopData.hpp
"
25
#include "
RAJA/pattern/kernel/internal/LoopTypes.hpp
"
26
#include "
RAJA/pattern/kernel/internal/Statement.hpp
"
27
#include "
RAJA/pattern/kernel/internal/StatementList.hpp
"
28
29
30
#endif
/* RAJA_pattern_kernel_internal_HPP */
LoopData.hpp
Header file for loop kernel internals: LoopData structure and related helper functions.
LoopTypes.hpp
Header file for loop kernel internals and related helper functions.
StatementList.hpp
Header file for loop kernel internals.
Statement.hpp
Header file for loop kernel internals.
Generated by
1.9.1