Skip to content

Commit

Permalink
modify SplitEntryContainer description
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Mar 12, 2024
1 parent b8b0015 commit e7a8c39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/sycl/tree/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ struct GradStats {

/*!
* \brief SYCL implementation of SplitEntryContainer for device compilation.
* Original structure cannot be used due to std::isinf usage, which is not supported
* Original structure cannot be used due 'cat_bits' field of type std::vector<uint32_t>,
* which is not device-copyable
*/
template<typename GradientT>
struct SplitEntryContainer {
Expand Down

0 comments on commit e7a8c39

Please sign in to comment.