Closed apivovarov closed 1 month ago
Hi David, could you help with triaging and assigning this issue? It blocks //xla/tsl/..
testing on GPU.
@ddunl
Ah I see - I'm wondering if there's some interaction here with hermetic cuda.
Related (following https://openxla.org/xla/lsp):
bazel aquery "mnemonic(CppCompile, //xla/...)" --output=jsonproto
...
xla/xla/tsl/cuda/BUILD.bazel:336:11: no such target '@local_config_nccl//:nccl_headers': target 'nccl_headers' not declared in package '' defined by ...
And for me this fixes the problem, at least in a setup not using NCCL: https://github.com/openxla/xla/pull/17369
I've submitted the fix in https://github.com/openxla/xla/pull/17377. Please let me know if it works for you.
I've submitted the fix in https://github.com/openxla/xla/pull/17377. Please let me know if it works for you.
Works for me.
bazel build //xla/tsl/cuda:nccl
- works fine now. Thank you!
Error:
Bazel Query: