-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feat(autoware.repos): added the cuda_blackboard and negotiated to the repos file #5710
Conversation
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Will turn this into draft once I check the status of CI/CD pending on cuda_blackboard release strategy and the LICENSE file |
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
…o feat/cuda_blackboard
@mitsudome-r @xmfcx My own concern though is that the other package I am adding:
Do you have any preference? Thanks ! |
Could you create an issue in their repo and ask what are their thoughts on maintaining the repository? Also, if we are adding as is, I rather would like to use a tag or commit hash for autoware.repos file to make sure that we won't have build failure due to update in their branch. |
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
@mitsudome-r |
… repos file (autowarefoundation#5710) Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> Signed-off-by: sykwer <sykwer@gmail.com>
Description
This PR adds the
cuda_blackboard
and its dependency to the.repos
file.The
cuda_blackboard
provides a way to use device memory between nodes in a container without it leaving the GPU.This PR is required for
autowarefoundation/autoware_universe#9722
How was this PR tested?
Run autoware with the PRs from the before mentioned issue
Notes for reviewers
None.
Effects on system behavior
None.