vtk-m2/vtkm/cont/cuda/testing
Robert Maynard 04bc41cad3 Fix multiple issue in the cuda array handle unit tests.
The namespaces need to be different for each test, or else only the first
implementation of the function will be used for all tests that call that
function.

Also updated the test to verify that we can count starting from a non zero
number.
2015-01-20 09:03:24 -05:00
..
CMakeLists.txt Adding a cuda device adapter to vtkm. 2014-12-19 13:47:28 -05:00
UnitTestCudaArrayHandle.cu Fix multiple issue in the cuda array handle unit tests. 2015-01-20 09:03:24 -05:00
UnitTestCudaArrayHandleCounting.cu Fix multiple issue in the cuda array handle unit tests. 2015-01-20 09:03:24 -05:00
UnitTestDeviceAdapterCuda.cu Adding a cuda device adapter to vtkm. 2014-12-19 13:47:28 -05:00