-
Notifications
You must be signed in to change notification settings - Fork 550
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
[gpuCI] Forward-merge branch-21.10 to branch-21.12 [skip gpuci] #4349
Conversation
…provided to FIL model (#4315) Fix potential CUDA context poison due to invalid global read when negative categories provided at inference: now equivalent to non-matching. Same for `+-Inf` categories. NAN categories are still `!def_left`, and fractional categories are truncated (via a typecast), as this is what Treelite does FIL now converts dummy nodes to numerical on import and never generates max_matching == -1 categorical features in test. FIL will still generate empty categorical nodes in test (a non-empty bits vector which contains only zeros), export them as dummy numerical nodes and import again as dummy numerical nodes. If a feature only contains dummy numerical nodes, it will be deemed a numerical feature (same as for non-dummy numerical nodes or a mix thereof). Therefore, categorical feature max_matching == -1 is still prevented.
FAILURE - Unable to forward-merge due to conflicts, manual merge is necessary. Do not use the |
This PR fixes the logic for when the `nightly` channel should be removed. The change is also incorporated in the forward-merger PR below, but it may take a while to resolve the conflicts there. #4349 Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Ray Douglass (https://github.com/raydouglass) - Jordan Jacobelli (https://github.com/Ethyling) URL: #4350
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.
Leaving a comment: the forward merger doesn't need to be addressed to branch-21.12, different PRs will add improve versions of the fixes to 21.12
Mark Hellinger sparse test as xfail
Fix forward merge #4349 [skip-ci]
This PR fixes the logic for when the `nightly` channel should be removed. The change is also incorporated in the forward-merger PR below, but it may take a while to resolve the conflicts there. rapidsai#4349 Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Ray Douglass (https://github.com/raydouglass) - Jordan Jacobelli (https://github.com/Ethyling) URL: rapidsai#4350
Fix forward merge rapidsai#4349 [skip-ci]
Forward-merge triggered by push to
branch-21.10
that creates a PR to keepbranch-21.12
up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.