RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
ScalarRegister.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_policy_tensor_scalarregister_HPP
21 #define RAJA_policy_tensor_scalarregister_HPP
22 
23 #include "RAJA/config.hpp"
26 
27 namespace RAJA
28 {
29 namespace expt
30 {
31 
32 // Convenience to describe ScalarTensors
33 template<typename T>
36 
37 
38 } // namespace expt
39 } // namespace RAJA
40 
41 
42 #endif
Header file containing RAJA simd policy definitions.
Header file containing RAJA simd policy definitions.
Definition: TensorRegister.hpp:46
Definition: AlignedRangeIndexSetBuilders.cpp:35