.. ## .. ## Copyright (c) Lawrence Livermore National Security, LLC and other .. ## RAJA Project Developers. See top-level LICENSE and COPYRIGHT .. ## files for dates and other details. No copyright assignment is required .. ## to contribute to RAJA. .. ## .. ## SPDX-License-Identifier: (BSD-3-Clause) .. ## .. _features-label: ************************ RAJA Features ************************ The following sections describe the main RAJA features. They are intended to introduce users to the features and basic usage and also to provide a syntax reference guide. The sections contain links to RAJA tutorial materials that provide detailed examples of usage. .. toctree:: :maxdepth: 2 feature/loop_basic feature/policies feature/iteration_spaces feature/view feature/reduction feature/multi-reduction feature/atomic feature/scan feature/sort feature/resource feature/local_array feature/tiling feature/workgroup feature/vectorization feature/plugins