vtk-m/vtkm/cont/cuda
Kenneth Moreland 7ec8c03489 Remove warning about constant conditional in VTKM_ASSUME
It is common practice to swallow a semicolon in a macro using a do/
while(false) loop that only executes once. However, the Visual Studio
2013 compiler was stupidly warning about having a constant expression
for the loop. Get around the problem by creating our own swallow
semicolon macros that disable this warning as necessary.
2017-01-10 10:40:17 -07:00
..
internal Do not attempt to execute CUDA kernels with no blocks 2016-12-15 11:33:48 -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 Check error codes from CUDA functions 2016-12-14 10:43:44 -07: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 Remove warning about constant conditional in VTKM_ASSUME 2017-01-10 10:40:17 -07:00