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

Test CUDA in all supported Standard modes #4965

Open
StephanTLavavej opened this issue Sep 18, 2024 · 0 comments
Open

Test CUDA in all supported Standard modes #4965

StephanTLavavej opened this issue Sep 18, 2024 · 0 comments
Labels
test Related to test code

Comments

@StephanTLavavej
Copy link
Member

Currently, we test CUDA in only C++14 mode, because that's all that was available when we added this test coverage years ago:

PM_COMPILER="nvcc" PM_CL="--x cu -Xcompiler -Od,-EHsc,-nologo,-W4,-WX,-openmp"
RUNALL_CROSSLIST
PM_CL="-Xcompiler -MT"
PM_CL="--debug -Xcompiler -MTd"

Since then, they've added support for C++17 and C++20. We should extend this test accordingly (after figuring out the right compiler options).

@StephanTLavavej StephanTLavavej added the test Related to test code label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Related to test code
Projects
None yet
Development

No branches or pull requests

1 participant