Skip to content
GitLab
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
7c181059
Commit
7c181059
authored
May 23, 2019
by
Andreas Marek
Browse files
Rename template file
parent
81a555c1
Changes
27
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Doxyfile.in
View file @
7c181059
...
...
@@ -900,7 +900,7 @@ EXCLUDE = @top_srcdir@/src/GPU/check_for_gpu.F90 \
@top_srcdir@/src/elpa2/kernels/real_avx-avx2_6hv_single_precision.c \
@top_srcdir@/src/elpa2/kernels/real_avx-avx2_6hv_double_precision.c \
@top_srcdir@/src/elpa2/kernels/complex_sse_1hv_double_precision.c \
@top_srcdir@/src/elpa2/kernels/real_128_BLOCK_template.c \
@top_srcdir@/src/elpa2/kernels/real_128
bit_256bit_512bit
_BLOCK_template.c \
@top_srcdir@/src/elpa2/kernels/complex_template.F90 \
@top_srcdir@/src/elpa2/kernels/complex_avx-avx2_2hv_double_precision.c \
@top_srcdir@/src/elpa2/kernels/real_avx512_2hv_double_precision.c \
...
...
Makefile.am
View file @
7c181059
...
...
@@ -778,7 +778,7 @@ EXTRA_DIST = \
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
\
src/elpa2/kernels/real_128bit_
256bit_512bit_
BLOCK_template.c
\
src/elpa2/kernels/real_template.F90
\
src/elpa2/kernels/simple_template.F90
\
src/elpa2/kernels/simple_block4_template.F90
\
...
...
src/elpa2/kernels/real_128bit_BLOCK_template.c
→
src/elpa2/kernels/real_128bit_
256bit_512bit_
BLOCK_template.c
View file @
7c181059
File moved
src/elpa2/kernels/real_avx-avx2_2hv_double_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK2 1
#define VEC_SET 256
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK2
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_avx-avx2_2hv_single_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK2 1
#define VEC_SET 256
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK2
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_avx-avx2_4hv_double_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK4 1
#define VEC_SET 256
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK4
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_avx-avx2_4hv_single_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK4
#define VEC_SET 256
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK4
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_avx-avx2_6hv_double_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK6 1
#define VEC_SET 256
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef REALCASE
#undef BLOCK6
#undef VEC_SET
...
...
src/elpa2/kernels/real_avx-avx2_6hv_single_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK6 1
#define VEC_SET 256
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef REALCASE
#undef BLOCK6
#undef VEC_SET
...
...
src/elpa2/kernels/real_avx512_2hv_double_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK2 1
#define VEC_SET 512
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK2
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_avx512_2hv_single_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK2 1
#define VEC_SET 512
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK2
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_avx512_4hv_double_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK4 1
#define VEC_SET 512
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK4
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_avx512_4hv_single_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK4 1
#define VEC_SET 512
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef REALCASE
#undef BLOCK4
#undef VEC_SET
...
...
src/elpa2/kernels/real_avx512_6hv_double_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define VEC_SET 512
#define BLOCK6 1
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK6
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_avx512_6hv_single_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK6 1
#define VEC_SET 512
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK6
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_sparc64_2hv_double_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK2 1
#define VEC_SET 1281
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef REALCASE
#undef VEC_SET
#undef BLOCK2
...
...
src/elpa2/kernels/real_sparc64_2hv_single_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK2 1
#define VEC_SET 1281
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK2
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_sparc64_4hv_double_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK4 1
#define VEC_SET 1281
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK4
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_sparc64_4hv_single_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK4 1
#define VEC_SET 1281
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef BLOCK4
#undef VEC_SET
#undef REALCASE
...
...
src/elpa2/kernels/real_sparc64_6hv_double_precision.c
View file @
7c181059
...
...
@@ -51,7 +51,7 @@
#define BLOCK6 1
#define VEC_SET 1281
#include
"../../general/precision_macros.h"
#include
"real_128bit_BLOCK_template.c"
#include
"real_128bit_
256bit_512bit_
BLOCK_template.c"
#undef REALCASE
#undef VEC_SET
#undef BLOCK6
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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