Skip to content

Test CUDA in all supported Standard modes #4965

@StephanTLavavej

Description

@StephanTLavavej

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixedSomething works now, yay!testRelated to test code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions