ChooseCudaDevice functions in wrong namespace
The functions in ChooseCudaDevice.h (i.e. FindFastestDeviceId()
and SetCudaDevice()
are declared in the vtkm::cuda::cont
namespace. They are supposed to be in the vtkm::cont::cuda
namespace.
The functions in ChooseCudaDevice.h (i.e. FindFastestDeviceId()
and SetCudaDevice()
are declared in the vtkm::cuda::cont
namespace. They are supposed to be in the vtkm::cont::cuda
namespace.