Skip to content
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

Replace diag_suppress by nv_diag_suppress in documentation #281

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

ahendriksen
Copy link
Contributor

Fix docs.

nvcc version 11 warns that diag_suppress is deprecated. Version 12 does not support it anymore. nv_diag_suppress works.

Godbolt example to try with different compiler versions: https://godbolt.org/z/nGnP95n8r

Moved from libcudacxx: NVIDIA/libcudacxx#498

nvcc version 11 warns that diag_suppress is deprecated. Version 12 does
not support it anymore. nv_diag_suppress works.
@ahendriksen ahendriksen requested review from a team as code owners July 28, 2023 07:19
@ahendriksen ahendriksen requested review from griwes and miscco and removed request for a team July 28, 2023 07:19
@rapids-bot
Copy link

rapids-bot bot commented Jul 28, 2023

Pull requests from external contributors require approval from a NVIDIA organization member with write permissions or greater before CI can begin.

@miscco
Copy link
Collaborator

miscco commented Jul 28, 2023

/ok to test

@miscco miscco linked an issue Jul 28, 2023 that may be closed by this pull request
1 task
@miscco miscco added the doc Documentation-related items. label Jul 28, 2023
@miscco miscco merged commit 067064e into NVIDIA:main Aug 15, 2023
369 of 370 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation-related items.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[DOC]: Do no use deprecated #pragma diag_suppress
2 participants