Closed MarcelKoch closed 1 month ago
I think we re-arranged it so that the convergence check is first. But I dont see a particular reason for that. I will maybe compare the performance for both and maybe unify the device side to the reference one as well.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.05%. Comparing base (
9e7bfa7
) to head (30c2d86
). Report is 2 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes the parameter ordering of the
initialize
function for the reference+omp implementation of the batch CG. Additionally, a parameter name inupdate_x_and_r
is changed to better reflect the actually used variable.