Skip to content
Snippets Groups Projects
Commit 42a53a35 authored by Matteo Cicuttin's avatar Matteo Cicuttin
Browse files

Fixed HIP compilation.

parent 27bb4c44
No related branches found
No related tags found
No related merge requests found
...@@ -176,10 +176,10 @@ gpu_compute_rk4_weighted_sum(double *out, const double *in, const double *k1, ...@@ -176,10 +176,10 @@ gpu_compute_rk4_weighted_sum(double *out, const double *in, const double *k1,
void void
gpu_compute_leapfrog_update(double *next, const double *curr, const double *soe, gpu_compute_leapfrog_update(double *next, const double *curr, const double *soe,
const double *tmp, const double *ie, size_t num_dofs, double dt, const double *tmp, const double *ie, size_t num_dofs, double dt,
cudaStream_t stream = 0); gpuStream_t stream = 0);
void void
gpu_compute_leapfrog_update(double *next, const double *curr, gpu_compute_leapfrog_update(double *next, const double *curr,
const double *tmp, const double *im, size_t num_dofs, double dt, const double *tmp, const double *im, size_t num_dofs, double dt,
cudaStream_t stream = 0); gpuStream_t stream = 0);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment