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
libcu++
Add a couple of improvements for compiler macros
__VERSION__
__INTEL_LLVM_COMPILER
__NVCOMPILER_MAJOR__/__NVCOMPILER_MINOR__
__NVCOMPILER
No response
see also #2250, #127
The text was updated successfully, but these errors were encountered:
ICC is being addressed here: #1960
Sorry, something went wrong.
Related PR for ICC deprecation for completeness #2239
fbusato
Successfully merging a pull request may close this issue.
Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
Add a couple of improvements for compiler macros
Describe the solution you'd like
__VERSION__
for__INTEL_LLVM_COMPILER
and__NVCOMPILER_MAJOR__/__NVCOMPILER_MINOR__
for__NVCOMPILER
Provide a warning for ICC which is deprecatedDescribe alternatives you've considered
No response
Additional context
see also #2250, #127
The text was updated successfully, but these errors were encountered: