RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
include
RAJA
policy
tensor
arch
cuda.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
#ifdef RAJA_ENABLE_CUDA
21
22
23
#ifndef RAJA_policy_tensor_arch_cuda_HPP
24
#define RAJA_policy_tensor_arch_cuda_HPP
25
26
#include <
RAJA/policy/tensor/arch/cuda/traits.hpp
>
27
#include <
RAJA/policy/tensor/arch/cuda/cuda_warp.hpp
>
28
29
30
#endif
31
32
33
#endif
// RAJA_ENABLE_CUDA
traits.hpp
Header file containing RAJA simd policy definitions.
cuda_warp.hpp
Header file containing SIMT distrubuted register abstractions for CUDA.
Generated by
1.9.1