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
10
Issues
10
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
d4b004d2
Commit
d4b004d2
authored
May 31, 2016
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Solve problem with single precision AVX2 kernels
a preprocessor flag was missing
parent
aa4b381d
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_1hv_single_precision.c
...els/elpa2_kernels_complex_avx-avx2_1hv_single_precision.c
+1
-1
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_2hv_single_precision.c
...els/elpa2_kernels_complex_avx-avx2_2hv_single_precision.c
+1
-1
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_2hv_single_precision.c
...ernels/elpa2_kernels_real_avx-avx2_2hv_single_precision.c
+1
-1
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_4hv_single_precision.c
...ernels/elpa2_kernels_real_avx-avx2_4hv_single_precision.c
+1
-1
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_6hv_single_precision.c
...ernels/elpa2_kernels_real_avx-avx2_6hv_single_precision.c
+1
-1
No files found.
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_1hv_single_precision.c
View file @
d4b004d2
...
...
@@ -73,7 +73,7 @@ static __forceinline void hh_trafo_complex_kernel_8_AVX_1hv_single(float comple
static
__forceinline
void
hh_trafo_complex_kernel_4_AVX_1hv_single
(
float
complex
*
q
,
float
complex
*
hh
,
int
nb
,
int
ldq
);
/*
!f>#if
def HAVE_AVX
!f>#if
defined(HAVE_AVX) || defined(HAVE_AVX2)
!f> interface
!f> subroutine single_hh_trafo_complex_avx_avx2_1hv_single(q, hh, pnb, pnq, pldq) &
!f> bind(C, name="single_hh_trafo_complex_avx_avx2_1hv_single")
...
...
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_2hv_single_precision.c
View file @
d4b004d2
...
...
@@ -74,7 +74,7 @@ static __forceinline void hh_trafo_complex_kernel_4_AVX_2hv_single(float complex
//static __forceinline void hh_trafo_complex_kernel_2_AVX_2hv_single(float complex* q, float complex* hh, int nb, int ldq, int ldh, float complex s, float complex s1);
/*
!f>#if
def HAVE_AVX
!f>#if
defined(HAVE_AVX) || defined(HAVE_AVX2)
!f> interface
!f> subroutine double_hh_trafo_complex_avx_avx2_2hv_single(q, hh, pnb, pnq, pldq, pldh) &
!f> bind(C, name="double_hh_trafo_complex_avx_avx2_2hv_single")
...
...
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_2hv_single_precision.c
View file @
d4b004d2
...
...
@@ -74,7 +74,7 @@ __forceinline void hh_trafo_kernel_24_AVX_2hv_single(float* q, float* hh, int nb
void
double_hh_trafo_real_avx_avx2_2hv_single
(
float
*
q
,
float
*
hh
,
int
*
pnb
,
int
*
pnq
,
int
*
pldq
,
int
*
pldh
);
/*
!f>#if
def HAVE_AVX
!f>#if
defined(HAVE_AVX) || defined(HAVE_AVX2)
!f> interface
!f> subroutine double_hh_trafo_real_avx_avx2_2hv_single(q, hh, pnb, pnq, pldq, pldh) &
!f> bind(C, name="double_hh_trafo_real_avx_avx2_2hv_single")
...
...
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_4hv_single_precision.c
View file @
d4b004d2
...
...
@@ -78,7 +78,7 @@ __forceinline void hh_trafo_kernel_24_AVX_4hv_single(float* q, float* hh, int nb
void
quad_hh_trafo_real_avx_avx2_4hv_single
(
float
*
q
,
float
*
hh
,
int
*
pnb
,
int
*
pnq
,
int
*
pldq
,
int
*
pldh
);
/*
!f>#if
def HAVE_AVX
!f>#if
defined(HAVE_AVX) || defined(HAVE_AVX2)
!f> interface
!f> subroutine quad_hh_trafo_real_avx_avx2_4hv_single(q, hh, pnb, pnq, pldq, pldh) &
!f> bind(C, name="quad_hh_trafo_real_avx_avx2_4hv_single")
...
...
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_6hv_single_precision.c
View file @
d4b004d2
...
...
@@ -75,7 +75,7 @@ static void hh_trafo_kernel_8_AVX_6hv_single(float* q, float* hh, int nb, int ld
void
hexa_hh_trafo_real_avx_avx2_6hv_single_
(
float
*
q
,
float
*
hh
,
int
*
pnb
,
int
*
pnq
,
int
*
pldq
,
int
*
pldh
);
/*
!f>#if
def HAVE_AVX
!f>#if
defined(HAVE_AVX) || defined(HAVE_AVX2)
!f> interface
!f> subroutine hexa_hh_trafo_real_avx_avx2_6hv_single(q, hh, pnb, pnq, pldq, pldh) &
!f> bind(C, name="hexa_hh_trafo_real_avx_avx2_6hv_single")
...
...
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