-
Notifications
You must be signed in to change notification settings - Fork 101
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
[CI] Build and package Treelite with OpenMP #353
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## mainline #353 +/- ##
==============================================
- Coverage 85.01% 84.65% -0.37%
Complexity 44 44
==============================================
Files 108 109 +1
Lines 8461 8457 -4
Branches 480 474 -6
==============================================
- Hits 7193 7159 -34
- Misses 1244 1274 +30
Partials 24 24
Continue to review full report at Codecov.
|
This reverts commit fc6d259.
This was referenced Feb 17, 2022
Merged
rapids-bot bot
pushed a commit
to rapidsai/cuml
that referenced
this pull request
Feb 22, 2022
The 2.3.0 version of Treelite incorporates the following improvements: * GTIL optimization using multiple CPU threads (dmlc/treelite#353, dmlc/treelite#355, dmlc/treelite#357, dmlc/treelite#358, dmlc/treelite#362, dmlc/treelite#367) * dmlc/treelite#365 * dmlc/treelite#366 * dmlc/treelite#368 Requires rapidsai/integration#436 Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - William Hicks (https://github.com/wphicks) - Corey J. Nolet (https://github.com/cjnolet) - AJ Schmidt (https://github.com/ajschmidt8) URL: #4590
vimarsh6739
pushed a commit
to vimarsh6739/cuml
that referenced
this pull request
Oct 9, 2023
The 2.3.0 version of Treelite incorporates the following improvements: * GTIL optimization using multiple CPU threads (dmlc/treelite#353, dmlc/treelite#355, dmlc/treelite#357, dmlc/treelite#358, dmlc/treelite#362, dmlc/treelite#367) * dmlc/treelite#365 * dmlc/treelite#366 * dmlc/treelite#368 Requires rapidsai/integration#436 Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - William Hicks (https://github.com/wphicks) - Corey J. Nolet (https://github.com/cjnolet) - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#4590
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ParallelFor
using OpenMP constructs.auditwheel repair
command to vendor (bundle)libgomp.so
inside the Python wheel. This is required by the Python packaging standard.