Skip to content

Commit

Permalink
[Fix](mluOpCholesky): test
Browse files Browse the repository at this point in the history
  • Loading branch information
dglr committed Nov 14, 2024
1 parent 976a88b commit 284e6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mlu_op_gtest/pb_gtest/src/zoo/cholesky/cholesky.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void CholeskyExecutor::paramCheck() {
LOG(ERROR) << "cholesky input number is wrong. ";
}
if (parser_->getOutputNum() != 1) {
LOG(ERROR) << "cholesky output number is wrong. ";
LOG(ERROR) << "cholesky output number is wrong. ";
}
flag_quant_mode_ = NO_QUANT;
}
Expand Down

0 comments on commit 284e6e8

Please sign in to comment.