Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Ohlmann
elpa
Commits
7e79e80d
Commit
7e79e80d
authored
Jun 26, 2019
by
Andreas Marek
Browse files
Cleanup real avx512 kernels
parent
bb158d87
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c
View file @
7e79e80d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/elpa2/kernels/real_avx512_2hv_double_precision.c
View file @
7e79e80d
...
...
@@ -49,7 +49,7 @@
#define REALCASE 1
#define DOUBLE_PRECISION 1
#define BLOCK2 1
#define VEC_SET 512
#define VEC_SET
AVX_
512
#include "../../general/precision_macros.h"
#include "real_128bit_256bit_512bit_BLOCK_template.c"
#undef BLOCK2
...
...
src/elpa2/kernels/real_avx512_2hv_single_precision.c
View file @
7e79e80d
...
...
@@ -49,7 +49,7 @@
#define REALCASE 1
#define SINGLE_PRECISION 1
#define BLOCK2 1
#define VEC_SET 512
#define VEC_SET
AVX_
512
#include "../../general/precision_macros.h"
#include "real_128bit_256bit_512bit_BLOCK_template.c"
#undef BLOCK2
...
...
src/elpa2/kernels/real_avx512_4hv_double_precision.c
View file @
7e79e80d
...
...
@@ -49,7 +49,7 @@
#define REALCASE 1
#define DOUBLE_PRECISION 1
#define BLOCK4 1
#define VEC_SET 512
#define VEC_SET
AVX_
512
#include "../../general/precision_macros.h"
#include "real_128bit_256bit_512bit_BLOCK_template.c"
#undef BLOCK4
...
...
src/elpa2/kernels/real_avx512_4hv_single_precision.c
View file @
7e79e80d
...
...
@@ -49,7 +49,7 @@
#define REALCASE 1
#define SINGLE_PRECISION 1
#define BLOCK4 1
#define VEC_SET 512
#define VEC_SET
AVX_
512
#include "../../general/precision_macros.h"
#include "real_128bit_256bit_512bit_BLOCK_template.c"
#undef REALCASE
...
...
src/elpa2/kernels/real_avx512_6hv_double_precision.c
View file @
7e79e80d
...
...
@@ -48,7 +48,7 @@
#define REALCASE 1
#define DOUBLE_PRECISION 1
#define VEC_SET 512
#define VEC_SET
AVX_
512
#define BLOCK6 1
#include "../../general/precision_macros.h"
#include "real_128bit_256bit_512bit_BLOCK_template.c"
...
...
src/elpa2/kernels/real_avx512_6hv_single_precision.c
View file @
7e79e80d
...
...
@@ -49,7 +49,7 @@
#define REALCASE 1
#define SINGLE_PRECISION 1
#define BLOCK6 1
#define VEC_SET 512
#define VEC_SET
AVX_
512
#include "../../general/precision_macros.h"
#include "real_128bit_256bit_512bit_BLOCK_template.c"
#undef BLOCK6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment