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.
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.
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.