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
f661e4c1
Commit
f661e4c1
authored
Dec 03, 2021
by
Andreas Marek
Browse files
Correct function name
parent
6450fbfe
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/GPU/CUDA/ev_tridi_band_nvidia_gpu_real_sm80.cu
View file @
f661e4c1
...
...
@@ -211,7 +211,7 @@ extern "C" {
}
}
void
launch_compute_hh_trafo_c_cuda_sm80_kernel_real_
float
(
float
*
q
,
const
float
*
hh
,
const
float
*
hh_tau
,
const
int
nev
,
const
int
nb
,
const
int
ldq
,
const
int
ncols
)
{
void
launch_compute_hh_trafo_c_cuda_sm80_kernel_real_
single
(
float
*
q
,
const
float
*
hh
,
const
float
*
hh_tau
,
const
int
nev
,
const
int
nb
,
const
int
ldq
,
const
int
ncols
)
{
double
*
q_casted
,
*
hh_casted
,
*
hh_tau_casted
;
q_casted
=
(
double
*
)
q
;
...
...
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