RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
avx512.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 // Check if the base AVX512 instructions are present
21 #ifdef __AVX512F__
22 
28 
29 
30 #endif // __AVX512F__
Header file containing SIMD abstractions for AVX512.
RAJA header file defining a SIMD register abstraction.
RAJA header file defining a SIMD register abstraction.
RAJA header file defining a SIMD register abstraction.
RAJA header file defining a SIMD register abstraction.