vtk-m/vtkm/cont/cuda
Kenneth Moreland fdaccc22db Remove exports for header-only functions/methods
Change the VTKM_CONT_EXPORT to VTKM_CONT. (Likewise for EXEC and
EXEC_CONT.) Remove the inline from these macros so that they can be
applied to everything, including implementations in a library.

Because inline is not declared in these modifies, you have to add the
keyword to functions and methods where the implementation is not inlined
in the class.
2016-11-15 22:22:13 -07:00
..
internal Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
testing Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
ArrayHandleCuda.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ChooseCudaDevice.h Resolves Issue #56: ChooseCudaDevice functions are in the proper namespace. 2016-02-26 13:51:28 -05:00
CMakeLists.txt Fix includes for CUDA builds 2016-06-22 12:53:23 -06:00
DeviceAdapterCuda.h Workaround inclusive_scan issues in thrust 1.8.X for complex value types. 2015-11-09 17:14:30 -05:00
ErrorControlCuda.h Add ErrorControlCuda for better CUDA error checking. 2016-01-12 15:19:54 -07:00