Skip to content

Fix vectorization flags used by CUDA.

Allison Vacanti requested to merge allisonvacanti/vtk-m:cuda_vec_flag_fix into master

The -Xcompiler flag wants a comma sep list of flags, we were passing one with whitespace delimiters.

Merge request reports