Skip to content

Do not use _Pragma in code blocks with CUDA

Kenneth Moreland requested to merge kmorel/vtk-m:cuda-problems into master

The current CUDA compiler is crashing when using _Pragma in code blocks, which were being used with clang on apple. Turn these off when compiling with CUDA.

Merge request reports