Skip to content

Commit dcef9f9

Browse files
committed
2spmv for performHalpernPdhgStepGpu
1 parent 2b84dff commit dcef9f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

check/TestPdlp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ TEST_CASE("cuda-sandbox", "[pdlp]") {
474474
#endif
475475

476476
TEST_CASE("hi-pdlp-halpern", "[pdlp]") {
477-
std::string model = "afiro"; //"afiro";
477+
std::string model = "neso-2005"; //"afiro";
478478
// shell //stair //25fv47 //fit2p //avgas //neso-2245 //neso-2005
479479
std::string model_file =
480480
// std::string(HIGHS_DIR) + "/srv/" + model + ".mps.gz";

highs/pdlp/hipdlp/pdhg.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,8 +1033,8 @@ void PDLPSolver::performHalpernPdhgStepGpu(bool is_major) {
10331033
d_y_current_, d_y_next_ /*reflected*/, d_y_anchor_,
10341034
w, rho, a_num_rows_);
10351035

1036-
linalgGpuAx(d_x_current_, d_ax_current_);
1037-
linalgGpuATy(d_y_current_, d_aty_current_);
1036+
//linalgGpuAx(d_x_current_, d_ax_current_);
1037+
//linalgGpuATy(d_y_current_, d_aty_current_);
10381038
}
10391039
#endif
10401040

0 commit comments

Comments
 (0)