From 5e6d6f959fe2ce03478a8485a6b7a256aacfb86c Mon Sep 17 00:00:00 2001 From: Dmitry Razdoburdin <> Date: Fri, 9 Feb 2024 01:15:13 -0800 Subject: [PATCH] linting --- plugin/sycl/predictor/predictor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/sycl/predictor/predictor.cc b/plugin/sycl/predictor/predictor.cc index e164f823d5bd..518426b73426 100755 --- a/plugin/sycl/predictor/predictor.cc +++ b/plugin/sycl/predictor/predictor.cc @@ -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);