Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
fbe5fe0d
Commit
fbe5fe0d
authored
May 23, 2019
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also unify VSX real Block2 kernel
parent
7c181059
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1740 additions
and
3647 deletions
+1740
-3647
Makefile.am
Makefile.am
+0
-1
src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c
src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c
+1735
-1647
src/elpa2/kernels/real_vsx_2hv_double_precision.c
src/elpa2/kernels/real_vsx_2hv_double_precision.c
+5
-1
src/elpa2/kernels/real_vsx_2hv_template.c
src/elpa2/kernels/real_vsx_2hv_template.c
+0
-1998
No files found.
Makefile.am
View file @
fbe5fe0d
...
...
@@ -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_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_256bit_512bit_BLOCK_template.c
\
...
...
src/elpa2/kernels/real_128bit_256bit_512bit_BLOCK_template.c
View file @
fbe5fe0d
This diff is collapsed.
Click to expand it.
src/elpa2/kernels/real_vsx_2hv_double_precision.c
View file @
fbe5fe0d
...
...
@@ -48,8 +48,12 @@
#define REALCASE 1
#define DOUBLE_PRECISION 1
#define BLOCK2 1
#define VEC_SET 1282
#include "../../general/precision_macros.h"
#include "real_vsx_2hv_template.c"
#include "real_128bit_256bit_512bit_BLOCK_template.c"
#undef BLOCK2
#undef VEC_SET 1282
#undef REALCASE
#undef DOUBLE_PRECISION
src/elpa2/kernels/real_vsx_2hv_template.c
deleted
100644 → 0
View file @
7c181059
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