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
4548b187
Commit
4548b187
authored
Feb 26, 2016
by
Angerer, Christoph (cangerer)
Browse files
removed two / and _ characters that caused compile errors
parent
c0930af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cuUtils.cu
View file @
4548b187
...
...
@@ -274,7 +274,7 @@ extern "C" void launch_extract_hh_tau_c_kernel_complex(cuFloatComplex* bcast_buf
#ifdef DOUBLE_PRECISION_COMPLEX
extern
"C"
void
launch_my_unpack_c_kernel_complex
(
const
int
row_count
,
const
int
n_offset
,
const
int
max_idx
,
const
int
stripe_width
,
const
int
a_dim2
,
const
int
stripe_count
,
const
int
l_nev
,
cuDoubleComplex
*
row_group_dev
,
cuDoubleComplex
*
a_dev
)
#else
\
#else
extern
"C"
void
launch_my_unpack_c_kernel_complex
(
const
int
row_count
,
const
int
n_offset
,
const
int
max_idx
,
const
int
stripe_width
,
const
int
a_dim2
,
const
int
stripe_count
,
const
int
l_nev
,
cuFloatComplex
*
row_group_dev
,
cuFloatComplex
*
a_dev
)
#endif
{
...
...
@@ -400,7 +400,7 @@ __global__ void compute_kernel_reduce_1( cuFloatComplex* a_dev, int lda , int n,
}
_
#ifdef DOUBLE_PRECISION_COMPLEX
__global__
void
dot_product_c_kernel
(
cuDoubleComplex
*
hs_dev
,
cuDoubleComplex
*
hv_new_dev
,
cuDoubleComplex
tau_new_dev
,
cuDoubleComplex
*
x_dev
,
cuDoubleComplex
*
h_dev
,
cuDoubleComplex
*
hv_dev
,
int
nr
)
#else
...
...
Write
Preview
Supports
Markdown
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