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
85279fad
Commit
85279fad
authored
May 30, 2017
by
Andreas Marek
Browse files
Error in cuda call
parent
a43ac6d6
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_template.X90
View file @
85279fad
...
...
@@ -440,7 +440,7 @@
! copy to device if we want to continue on GPU
successCUDA
=
cuda_malloc
(
q_dev
,
ldq
*
matrixCols
*
size_of_datatype
)
successCUDA
=
cuda_memcpy
(
q_dev
,
c_
loc
(
q
),
ldq
*
matrixCols
*
size_of_datatype
,
cudaMemcpyHostToDevice
)
successCUDA
=
cuda_memcpy
(
q_dev
,
loc
(
q
),
ldq
*
matrixCols
*
size_of_datatype
,
cudaMemcpyHostToDevice
)
endif
! Backtransform stage 2
...
...
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