Skip to content

CUDA: ConsumeCompileFeatures use cxx_nullptr for wider compiler support

We need to use a C++11 feature that is supported by the widest range of compilers, so we chose nullptr instead of constexpr.

Merge request reports