RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
kernel.hpp
Go to the documentation of this file.
1 
12 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
13 // Copyright (c) Lawrence Livermore National Security, LLC and other
14 // RAJA Project Developers. See top-level LICENSE and COPYRIGHT
15 // files for dates and other details. No copyright assignment is required
16 // to contribute to RAJA.
17 //
18 // SPDX-License-Identifier: (BSD-3-Clause)
19 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
20 
21 
22 #ifndef RAJA_policy_cuda_kernel_HPP
23 #define RAJA_policy_cuda_kernel_HPP
24 
37 
38 #endif // closing endif for header file include guard
RAJA header file containing constructs used to run kernel traversals on GPU with CUDA.
RAJA header file containing constructs used to run kernel traversals on GPU with CUDA.
Header file for CUDA kernel conditional methods.
Header file for CUDA statement executors.
Header file for CUDA statement executors.
Header file for CUDA hyperplane executors.
Header file for CUDA shared memory window executors.
RAJA header file containing constructs used to run kernel traversals on GPU with CUDA.
Header file for CUDA statement executors.
Header file for CUDA tiled executors.
Header file for CUDA tiled executors.
RAJA header file containing constructs used to run kernel traversals on GPU with CUDA.