Skip to content

Commit

Permalink
Some more cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelesh committed Dec 5, 2023
1 parent c90d946 commit f1ba92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functionality/testSysHipRefine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ int main(int argc, char *argv[])
ReSolve::io::readAndUpdateRhs(rhs2_file, &rhs);
rhs2_file.close();

A->updateFromCoo(A_coo, A, ReSolve::memory::DEVICE);
A->updateFromCoo(A_coo, ReSolve::memory::DEVICE);
vec_rhs->update(rhs, ReSolve::memory::HOST, ReSolve::memory::DEVICE);

status = solver.refactorize();
Expand Down

0 comments on commit f1ba92b

Please sign in to comment.