cuda: add nativesdk-cuda-driver-stubs to runtime dependencies for cud…#2208
Open
minicarpet wants to merge 1 commit into
Open
cuda: add nativesdk-cuda-driver-stubs to runtime dependencies for cud…#2208minicarpet wants to merge 1 commit into
minicarpet wants to merge 1 commit into
Conversation
…a-gdb and cuda-nvprof Signed-off-by: GALLOIS Logan <logan.gallois@hexagon.com>
Member
|
Why are you adding those tools to the SDK in the first place? SDKs are for cross-building, while the debugger and profiler are used for directly running applications... or am I misunderstanding, and somehow those tools have some kind of host/target split like regular gdb does? Maybe a better option would be to remove |
Contributor
Author
|
Well to be honest I am not sure they are really needed, especially nvprof... If not necessary, then yes, nativesdk should be removed. |
This file contains hidden or 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
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.
When populateing sdk with:
TOOLCHAIN_HOST_TASK:append = " nativesdk-cuda-nvprof nativesdk-cuda-gdb "an error occirs during
package_qastep withfile-rdepsmissing dependencies.This PR fixes these QA issues for both recipes.
NOTE : not sure if the sip is the best option for
cuda-gdb