NVIDIA / nvidia-container-toolkit

Build and run containers leveraging NVIDIA GPUs
Apache License 2.0
2.28k stars 245 forks source link

quantile.cu .. no defined equality operator for the Entry struct in the WQSummary class #568

Open bcourtney opened 3 months ago

bcourtney commented 3 months ago

error : no operator "==" matches these operands operand types are: const xgboost::common::WQSummary<float, float>::Entry == const xgboost::common::WQSummary<float, float>::Entry

rendezvoush commented 2 weeks ago

It's real, under xgboost, in the file "src/common/quantile.h", inside the template struct WQSummary, "struct Entry" has not defined the "operator=="