Added few lines of code missing from cuda device adapter header

This commit is contained in:
Brent Lessley 2019-01-14 14:57:29 -08:00 committed by Brent Lessley
parent 3dd34d251e
commit e540013679

@ -1781,3 +1781,8 @@ public:
using Task = vtkm::exec::cuda::internal::TaskStrided1D<WorkletType, InvocationType>;
return Task(worklet, invocation, globalIndexOffset);
}
};
}
} // namespace vtkm::cont
#endif //vtk_m_cont_cuda_internal_DeviceAdapterAlgorithmCuda_h