Skip to content

VTK-m Accelerator tests now build with correct CUDA arch flags.

Since the tests for VTK modules are isolated from the module, they don't inherit any local variables including overrides to CMAKE_CUDA_FLAGS. To remedy this, we explicitly add the correct CUDA arch flags which are used to build VTK-m and the Accelerator module.

Merge request reports