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
3cf77a0a
Commit
3cf77a0a
authored
Mar 24, 2017
by
Pavel Kus
Browse files
tiny fix
parent
85b93396
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/elpa1_tridiag_template.X90
View file @
3cf77a0a
...
...
@@ -353,7 +353,7 @@
check_alloc_cuda("tridiag: a_dev", successCUDA)
successCUDA = cuda_memcpy(a_dev, loc(a_mat(1,1)), lda * matrixCols * size_of_datatype, cudaMemcpyHostToDevice)
check_
alloc
_cuda("tridiag: a_dev", successCUDA)
check_
memcpy
_cuda("tridiag: a_dev", successCUDA)
endif
! main cycle of tridiagonalization
...
...
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