Fix error under CUDA with private class declarations
nvcc doesn't like the couple of places that we have Impl classes hiding behind a private declaration. So for VTKM_CUDA only, ifdef the private declaration out
nvcc doesn't like the couple of places that we have Impl classes hiding behind a private declaration. So for VTKM_CUDA only, ifdef the private declaration out