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
Something else
libcu++
Some recently added tests fail when run with -std=c++11.
-std=c++11
lit build/local/libcudacxx/test/cuda -vv --param=std=c++11 --filter='.*barrier.*' lit build/local/libcudacxx/test/cuda -vv --param=std=c++11 --filter='.*cp_async.*' lit build/local/libcudacxx/test/cuda -vv --param=std=c++11 --filter='.*memcpy_async.*'
Tests do not fail or are skipped when the standard version is not supported.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is this a duplicate?
Type of Bug
Something else
Component
libcu++
Describe the bug
Some recently added tests fail when run with
-std=c++11
.How to Reproduce
Expected behavior
Tests do not fail or are skipped when the standard version is not supported.
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: