-
Notifications
You must be signed in to change notification settings - Fork 622
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
Optimize GPU decoder #4351
Merged
Merged
Optimize GPU decoder #4351
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
JanuszL
force-pushed
the
decoder_gpu_opt
branch
4 times, most recently
from
October 18, 2022 05:45
98696fd
to
9ec434b
Compare
JanuszL
force-pushed
the
decoder_gpu_opt
branch
from
October 25, 2022 17:00
4ed7408
to
0347584
Compare
JanuszL
force-pushed
the
decoder_gpu_opt
branch
from
October 26, 2022 08:51
0347584
to
826df18
Compare
JanuszL
force-pushed
the
decoder_gpu_opt
branch
from
October 26, 2022 11:56
826df18
to
1edfc13
Compare
!build |
CI MESSAGE: [6310323]: BUILD STARTED |
CI MESSAGE: [6310323]: BUILD FAILED |
JanuszL
force-pushed
the
decoder_gpu_opt
branch
2 times, most recently
from
October 28, 2022 21:03
b7e576e
to
516c0e4
Compare
!build |
CI MESSAGE: [6324018]: BUILD STARTED |
CI MESSAGE: [6324018]: BUILD FAILED |
CI MESSAGE: [6324018]: BUILD PASSED |
- optimizes GPU decoder - introduces reusing of the NVDEC instances across the iterations and inside the batch - refactors the NVDEC decoder instance creation to pull parameters from the parser - adds RAII pattern for the parser handle Signed-off-by: Janusz Lisiecki <[email protected]>
JanuszL
force-pushed
the
decoder_gpu_opt
branch
from
November 7, 2022 08:49
516c0e4
to
774b294
Compare
!build |
CI MESSAGE: [6411226]: BUILD STARTED |
awolant
approved these changes
Nov 7, 2022
CI MESSAGE: [6411226]: BUILD FAILED |
szalpal
approved these changes
Nov 7, 2022
CI MESSAGE: [6411226]: BUILD PASSED |
Closed
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.
and inside the batch
parameters from the parser
Signed-off-by: Janusz Lisiecki [email protected]
Category:
Other (e.g. Documentation, Tests, Configuration)
Description:
and inside the batch
parameters from the parser
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A