-
Notifications
You must be signed in to change notification settings - Fork 73
[REVIEW] nvImageCodec v0.7.0 infra only #997
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
base: main
Are you sure you want to change the base?
Conversation
- Pin nvimgcodec/nvimagecodec deps to 0.7.0 in deps/conda/pyproject - Make cuslide2 plugin a MODULE + add linkable core lib for tests - Avoid global include_directories; use target_include_directories
|
/ok to test dff2e2b |
|
/ok to test 3897ea7 |
Make nvimgcodec dynlink include path PUBLIC on cuslide2_core so the MODULE plugin target can compile cuslide.cpp (includes headers that include <nvimgcodec.h>).
|
/ok to test a57cbb3 |
PyPI provides nvidia-nvimgcodec-cu13 as 0.7.0.11
|
/ok to test 71e9bf4 |
|
@jakirkham @KyleFromNVIDIA @gigony @grlee77 please review this PR that migrates to nvImageCodec v0.7.0 and adds the infra changes that @KyleFromNVIDIA requested on the second PR for nvImageCodec v0.6.0 |
|
/ok to test |
@jakirkham, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
|
/ok to test 7cdb055 |
|
Tried to resolve the conflicts here with a merge commit
|
|
/ok to test f836348 |
|
Pushed another commit to fix the license year checker (as it is a new year now). Looks like that fixed up the style checker issues |
|
Looks like one CI job errored From a quick look not seeing a test failure or other attributable cause. All other jobs appeared to have passed Restarted the failing CI job |
thank you @jakirkham |
thank you for the help @jakirkham - it looks like all checks passed |
grlee77
left a comment
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.
Thanks @cdinea, a couple of minor comments/questions
|
/ok to test 5fa974c |
|
/ok to test 3224085 |
|
/ok to test 2d137c3 |
Pinned nvimgcodec/nvimagecodec deps to 0.7.0 in deps/conda/pyproject
Made cuslide2 plugin a MODULE + add linkable core lib for tests
Avoided global include_directories; use target_include_directories