googletest icon indicating copy to clipboard operation
googletest copied to clipboard

[FR]: Remove warnings with the NVIDIA C++ Compiler

Open gonzalobg opened this issue 2 years ago • 0 comments

Does the feature exist in the most recent commit?

No.

Why do we need this feature?

To be able to compile tests that use the C++ parallel algorithms on GPUs with -Werror without spurious warnings triggering errors.

Describe the proposal.

Ensure google test compiles with the NVIDIA C++ compiler. The changes needed are available in this PR #4103 .

Is the feature specific to an operating system, compiler, or build system version?

Yes, it is specific to the NVIDIA C++ compiler.

gonzalobg avatar Mar 22 '23 18:03 gonzalobg