We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the NVIDIA NCCL source code, the Clangd plugin reports an error: shared variable ncclShmem cannot be extern.
ncclShmem
extern
https://github.com/NVIDIA/nccl/blob/ab2b89c4c339bd7f816fbc114a4b05d386b66290/src/device/common.h#L47C1-L52C7
System information Clangd version (from the log, or clangd --version): 18.1.3 clangd extension version: v0.1.29 Operating system: ubuntu 20.04
clangd --version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the NVIDIA NCCL source code, the Clangd plugin reports an error: shared variable
ncclShmem
cannot beextern
.https://github.com/NVIDIA/nccl/blob/ab2b89c4c339bd7f816fbc114a4b05d386b66290/src/device/common.h#L47C1-L52C7
System information
Clangd version (from the log, or
clangd --version
): 18.1.3clangd extension version: v0.1.29
Operating system: ubuntu 20.04
The text was updated successfully, but these errors were encountered: