-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Are there plans to support NCCL local repository? #307
Comments
See this example https://github.com/bazel-contrib/rules_cuda/tree/main/examples/nccl you can copy them to you repo. |
I mean find some possible path of installed nccl and import them just like cudatoolkit library.在 2024年12月31日,14:59,cloudhan ***@***.***> 写道:
See this example https://github.com/bazel-contrib/rules_cuda/tree/main/examples/nccl you can copy them to you repo.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Nope, this repo will only include cudax library. |
A lite version of bazel local installed NCCL |
I actually have some ideas on repo injection, for cudnn or nccl, etc. In currently wip hermetic toolchain, it is actually very easy to expose repo to targets mapping via a key-value pair in a dict. I might design some mechanism to customize the process for users to
|
NCCL is usually installed along with CUDA as a base library, and it is convenient to have a rule.
The text was updated successfully, but these errors were encountered: