Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Feb 9, 2024
1 parent c5024a8 commit 5e6d6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/sycl/predictor/predictor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void DevicePredictInternal(::sycl::queue* qu,
int num_rows = dmat.row_ptr.Size() - 1;
int num_group = model.learner_model_param->num_output_group;

bool update_buffs = !dmat.is_from_cache;
bool update_buffs = !dmat.is_from_cache;
std::vector<::sycl::event> events(1);
if (update_buffs) {
fval_buff->Resize(qu, num_features * num_rows);
Expand Down

0 comments on commit 5e6d6f9

Please sign in to comment.