mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Revert hipStreamSynchronize placement in rocsparseSolverBackend.cpp
This commit is contained in:
parent
b5d8c3b5f0
commit
48a4ddec3a
@ -538,9 +538,9 @@ void rocsparseSolverBackend<block_size>::solve_system(WellContributions &wellCon
|
||||
|
||||
// actually solve
|
||||
gpu_pbicgstab(wellContribs, res);
|
||||
HIP_CHECK(hipStreamSynchronize(stream));
|
||||
|
||||
if (verbosity >= 3) {
|
||||
HIP_CHECK(hipStreamSynchronize(stream));
|
||||
std::ostringstream out;
|
||||
out << "rocsparseSolver::solve_system(): " << t.stop() << " s";
|
||||
OpmLog::info(out.str());
|
||||
|
Loading…
Reference in New Issue
Block a user