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

GenericMemConversionModule #283

Merged
merged 12 commits into from
Aug 23, 2023
Merged

GenericMemConversionModule #283

merged 12 commits into from
Aug 23, 2023

Conversation

venkat0907
Copy link
Contributor

IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).

Fixes #248

Description
written a generic Memory conversion module that can convert :-
-> Dma to Host
-> Host to Dma[currently not supporting planar images]
-> Device to DMA
-> DMA to Device
-> Host to Device
-> Device to Host

Alternative(s) considered

Have you considered any alternatives? And if so, why have you chosen the approach in this PR?

NO

Type Choose one: Feature

Screenshots (if applicable)

Checklist

  • I have read the Contribution Guidelines
  • I have written Unit Tests
  • I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Test Results Windows-cuda

    1 files  ±  0      1 suites  ±0   12m 43s ⏱️ ±0s
399 tests +11  293 ✔️ +5  106 💤 +6  0 ±0 
293 runs  +  5  187 ✔️  - 1  106 💤 +6  0 ±0 

Results for commit 8c2c1c0. ± Comparison against base commit 6dd86d5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Test Results Linux_ARM64

    1 files  ±  0      1 suites  ±0   11m 0s ⏱️ ±0s
428 tests +11  265 ✔️ +5  163 💤 +6  0 ±0 
265 runs  +  5  102 ✔️  - 1  163 💤 +6  0 ±0 

Results for commit 8c2c1c0. ± Comparison against base commit 6dd86d5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Test Results Linux

    1 files  ±0      1 suites  ±0   10m 23s ⏱️ ±0s
302 tests ±0  230 ✔️ ±0  72 💤 ±0  0 ±0 
230 runs  ±0  158 ✔️ ±0  72 💤 ±0  0 ±0 

Results for commit 8c2c1c0. ± Comparison against base commit 6dd86d5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Test Results Win-nocuda

    1 files  ±0      1 suites  ±0   10m 41s ⏱️ -1s
298 tests ±0  230 ✔️ ±0  68 💤 ±0  0 ±0 
230 runs  ±0  162 ✔️ ±0  68 💤 ±0  0 ±0 

Results for commit 8c2c1c0. ± Comparison against base commit 6dd86d5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Aug 8, 2023

Test Results Linux-CudaT

    1 files  ±  0      1 suites  ±0   10m 25s ⏱️ ±0s
403 tests +11  237 ✔️ +5  166 💤 +6  0 ±0 
237 runs  +  5    71 ✔️  - 1  166 💤 +6  0 ±0 

Results for commit 8c2c1c0. ± Comparison against base commit 6dd86d5.

♻️ This comment has been updated with latest results.

base/test/memtypeconversion_tests.cpp Show resolved Hide resolved
base/test/memtypeconversion_tests.cpp Show resolved Hide resolved
base/test/memtypeconversion_tests.cpp Outdated Show resolved Hide resolved
base/include/MemTypeConversion.h Outdated Show resolved Hide resolved
base/include/DMAFrameUtils.h Show resolved Hide resolved
@kumaakh kumaakh merged commit 88864b2 into main Aug 23, 2023
17 of 20 checks passed
@kumaakh kumaakh deleted the GenericMemConversion branch August 23, 2023 11:11
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.

Generic Module For Memory Conversion
4 participants