Eigenvalue SoLvers for Petaflop-Applications (ELPA) 2021.11.001
elpa_simd_constants.h
Go to the documentation of this file.
1#define CPU_MANUFACTURER 1
2#define GENERIC_INSTR 2
3#define BLUEGENE_INSTR 3
4#define SSE_INSTR 4
5#define AVX_INSTR 5
6#define AVX2_INSTR 6
7#define AVX512_INSTR 7
8#define NVIDIA_INSTR 8
9#define NVIDIA_SM80_INSTR 9
10#define AMD_GPU_INSTR 10
11#define INTEL_GPU_INSTR 11
12#define VSX_INSTR 12
13#define ARCH64_INSTR 13
14#define SPARC_INSTR 14
15#define SVE128_INSTR 15
16#define SVE256_INSTR 16
17#define SVE512_INSTR 17
18
19#define NUMBER_OF_INSTR 18