Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
f71e670e
Commit
f71e670e
authored
May 19, 2019
by
Andreas Marek
Browse files
Unify also 512bit BLOCK6 real kernel
parent
dfa6ca91
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
f71e670e
...
...
@@ -775,7 +775,6 @@ EXTRA_DIST = \
src/elpa2/kernels/complex_sse_1hv_template.c
\
src/elpa2/kernels/complex_sse_2hv_template.c
\
src/elpa2/kernels/complex_template.F90
\
src/elpa2/kernels/real_avx512_6hv_template.c
\
src/elpa2/kernels/real_vsx_2hv_template.c
\
src/elpa2/kernels/real_vsx_4hv_template.c
\
src/elpa2/kernels/real_vsx_6hv_template.c
\
...
...
src/elpa2/kernels/real_128bit_BLOCK_template.c
View file @
f71e670e
This diff is collapsed.
Click to expand it.
src/elpa2/kernels/real_avx512_6hv_double_precision.c
View file @
f71e670e
...
...
@@ -48,8 +48,12 @@
#define REALCASE 1
#define DOUBLE_PRECISION 1
#define VEC_SET 512
#define BLOCK6 1
#include "../../general/precision_macros.h"
#include "real_avx512_6hv_template.c"
#include "real_128bit_BLOCK_template.c"
#undef BLOCK6
#undef VEC_SET
#undef REALCASE
#undef DOUBLE_PRECISION
src/elpa2/kernels/real_avx512_6hv_single_precision.c
View file @
f71e670e
...
...
@@ -48,8 +48,12 @@
#define REALCASE 1
#define SINGLE_PRECISION 1
#define BLOCK6 1
#define VEC_SET 512
#include "../../general/precision_macros.h"
#include "real_avx512_6hv_template.c"
#include "real_128bit_BLOCK_template.c"
#undef BLOCK6
#undef VEC_SET
#undef REALCASE
#undef SINGLE_PRECISION
src/elpa2/kernels/real_avx512_6hv_template.c
deleted
100644 → 0
View file @
dfa6ca91
This diff is collapsed.
Click to expand it.
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