Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
48b8ec2a
Commit
48b8ec2a
authored
Jun 28, 2017
by
Andreas Marek
Browse files
Fix timer call error for cublas
parent
119d4670
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_bandred_template.X90
View file @
48b8ec2a
...
...
@@ -1474,7 +1474,7 @@
call cublas_PRECISION_TRMM('Right', 'Upper', 'C', 'Nonunit', &
#endif
l_cols, n_cols, ONE, tmat_dev, nbw, umc_dev, cur_l_cols)
call obj%timer%st
art
("cublas")
call obj%timer%st
op
("cublas")
! VAV = Tmat * V**T * A * V * Tmat**T = (U*Tmat**T)**T * V * Tmat**T
successCUDA = cuda_memcpy(vav_dev,loc(vav(1,1)), nbw*nbw*size_of_datatype,cudaMemcpyHostToDevice)
...
...
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