Skip to content
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

Fix wheel bundling with cvcuda for debug builds #4959

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

banasraf
Copy link
Collaborator

It fixes wheel bundling for debug builds with cv-cuda.

Category:

Other

Description:

I fixes CI

Additional information:

Affected modules and functionalities:

Key points relevant for the review:

Tests:

  • Existing tests apply
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [9175202]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [9175202]: BUILD FAILED

Signed-off-by: Rafal Banas <rbanas@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [9175793]: BUILD STARTED

Comment on lines 127 to 128
"lib/libcvcuda_d.so.0" # debug build
"lib/libnvcv_types_d.so.0" # debug build
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I ask for making this comment more descriptive?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    # cvcuda adds _d suffix to lib names for debug builds
    "lib/libcvcuda_d.so.0"
    "lib/libnvcv_types_d.so.0"

descriptive enough?

@szalpal szalpal self-assigned this Jul 31, 2023
@jantonguirao jantonguirao self-assigned this Jul 31, 2023
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [9175793]: BUILD PASSED

Signed-off-by: Rafal Banas <rbanas@nvidia.com>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [9189881]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [9189881]: BUILD PASSED

@banasraf banasraf merged commit e500841 into NVIDIA:main Aug 1, 2023
4 checks passed
JanuszL pushed a commit to JanuszL/DALI that referenced this pull request Oct 13, 2023

Signed-off-by: Rafal Banas <rbanas@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants