Skip to content

Commit

Permalink
Log.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Sep 30, 2024
1 parent f692c74 commit 710d4f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data/iterative_dmatrix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ IterativeDMatrix::IterativeDMatrix(DataIterHandle iter_handle, DMatrixHandle pro

this->fmat_ctx_ = ctx;
this->batch_ = p;

LOG(INFO) << "Finished constructing the `IterativeDMatrix`: (" << this->Info().num_row_ << ", "
<< this->Info().num_col_ << ", " << this->Info().num_nonzero_ << ").";
}

void IterativeDMatrix::InitFromCPU(Context const* ctx, BatchParam const& p,
Expand Down

0 comments on commit 710d4f3

Please sign in to comment.