-
Notifications
You must be signed in to change notification settings - Fork 903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON tree algorithms refactor I: CSR data structure for column tree #15979
Conversation
Question: Is this ready for review? Or still WIP? |
Sorry, forgot to update the title. It's ready for review. |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/okay to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
only minor cleanup.
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 👍
Looks good for merge.
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved trivial CMake changes
/merge |
987fea3
into
rapidsai:branch-24.10
Description
Part of #15903.
reduce_to_column_tree
,reduce_to_column_tree_csr
reduces node tree representation to column tree stored in CSR format.TODO:
Checklist