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

Add experimental CV-CUDA resize #5637

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

banasraf
Copy link
Collaborator

@banasraf banasraf commented Sep 18, 2024

Category:

New feature

Description:

This PR adds new resize operator that uses CV-CUDA HQResize as its implementation.
It uses existing infrastructure of the resize operators to handle arguments and the cv-cuda op more or less replaces DALI kernel.

The testing involves extending existing tests to run the new operator in the same way the CPU and GPU versions are run.

Additional information:

Affected modules and functionalities:

New operator, small changes in ResizeBase

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

@banasraf
Copy link
Collaborator Author

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18508010]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18508010]: BUILD FAILED

@banasraf banasraf force-pushed the add-experimental-cvcuda-resize branch from 20da032 to be71021 Compare September 18, 2024 15:24
@banasraf
Copy link
Collaborator Author

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18511395]: BUILD STARTED

@banasraf banasraf force-pushed the add-experimental-cvcuda-resize branch from be71021 to 571b143 Compare September 18, 2024 15:32
@banasraf
Copy link
Collaborator Author

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18511556]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18511556]: BUILD FAILED

@banasraf banasraf force-pushed the add-experimental-cvcuda-resize branch from 571b143 to 1a6852b Compare September 18, 2024 16:05
@banasraf
Copy link
Collaborator Author

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18512606]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18512606]: BUILD FAILED

@banasraf banasraf force-pushed the add-experimental-cvcuda-resize branch from 1a6852b to 826106d Compare September 18, 2024 17:35
@banasraf
Copy link
Collaborator Author

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18515034]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18515034]: BUILD FAILED

@banasraf banasraf force-pushed the add-experimental-cvcuda-resize branch from 826106d to 889c104 Compare September 19, 2024 07:27
@banasraf
Copy link
Collaborator Author

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18537144]: BUILD STARTED

@banasraf banasraf force-pushed the add-experimental-cvcuda-resize branch from 889c104 to c40fd3b Compare September 19, 2024 09:17
@banasraf
Copy link
Collaborator Author

!build

@banasraf banasraf marked this pull request as ready for review September 19, 2024 09:17
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18539715]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18537144]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [18539715]: BUILD PASSED

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.

5 participants