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
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
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