Skip to content

Fix compile error in UnitTestTaskStrided.cu from changes in Fetch

Kenneth Moreland requested to merge kmorel/vtk-m:fix-cuda-compile-error into master

A recent change removed the thread indices parameters from the arguments to the Fetch template. Somehow, an instance of using the old template in the CUDA task strided tests snuck through the dashboard tests. Correct that.

Merge request reports