vtk-m/vtkm/cont/cuda
Robert Maynard 9d350fb023 Correct undefined behavior that was causing scan test failures.
We need call PrepareForInput on the input argument before invoking a function.
The order of execution of parameters of a function is undefined, so we need to
make sure input is called before output, or else in-place use case breaks.
2015-06-17 15:35:27 -04:00
..
internal Correct undefined behavior that was causing scan test failures. 2015-06-17 15:35:27 -04:00
testing Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
ChooseCudaDevice.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
CMakeLists.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DeviceAdapterCuda.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00