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

Parallelization of sub-dnn processing #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dan-dnn
Copy link

@dan-dnn dan-dnn commented Jun 10, 2024

I have updated the following:

-Parallelize sub-dnn among workers
-Reduce unnecessary 'cudaDeviceSynchronize()'
-Change to 'cudaMemcpyAsync'
-Support CMake

@angry-crab
Copy link
Owner

angry-crab commented Jun 11, 2024

Thanks for the PR. Regarding nvsci_headers, according to NV, it could be downloaded from L4T BSP source. https://forums.developer.nvidia.com/t/where-are-the-nvsci-headers/221091

As we discussed, I'll add this information to README.

Would you be able to remove nvsci_headers from the PR? As for CMakeList, I guess one way we could do is to include the path as usual. Please let me know your thoughts

include_directories (${gflags_INCLUDE_DIR} ./include /PATH_TO_NV_HEADERS/include/nvsci_headers)

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.

2 participants