vtk-m/vtkm/cont/cuda/internal
Kenneth Moreland b861209a22 Fix nvcc warnings on MSVC
There is a strange nvcc warning in CUDA 7.5 that sometimes happens on MSVC
that causes it to emit a warning for an undefined method that is clearly
defined. The CUDA development team is aware of the problem and is going
to fix it, but these changes will work around the problem for now.

Thanks to Tom Fogal from NVIDIA for these fixes.
2015-10-21 08:33:15 -06:00
..
testing The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayManagerExecutionCuda.h Fix nvcc warnings on MSVC 2015-10-21 08:33:15 -06:00
ArrayManagerExecutionThrustDevice.h Fix nvcc warnings on MSVC 2015-10-21 08:33:15 -06:00
CMakeLists.txt Always install all device headers even when device isn't enabled. 2015-09-17 09:28:21 -04:00
DeviceAdapterAlgorithmCuda.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DeviceAdapterAlgorithmThrust.h Propagate vtkm::Id3 scheduling down to the ThreadIndex classes. 2015-10-20 09:29:41 -04:00
DeviceAdapterTagCuda.h Make cuda DeviceAdapter valid only when using nvcc 2015-09-18 12:21:11 -04:00
MakeThrustIterator.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
ThrustExceptionHandler.h Replace ErrorControlOutOfMemory with ErrorControlBadAllocation. 2015-10-01 14:25:28 -04:00