vtk-m/vtkm/cont/cuda/internal
Robert Maynard d1ce4a0bca Fix the default launch sizes for Tesla hardware.
The 8x8x8 is a better launch strategy for most VTK-m kernels.
The current problem is that a couple of VTK-m kernels use a
high number of registers and this number of threads combines to
require too many registers.

What we should do in the longer run is have more controls over
kernel launches on a per kernel basis. This will require VTK-m
to extract the number of registers being used by each kernel
2019-05-06 16:12:15 -04:00
..
testing conslidate the license statement 2019-04-17 10:57:13 -06:00
ArrayManagerExecutionCuda.cu conslidate the license statement 2019-04-17 10:57:13 -06:00
ArrayManagerExecutionCuda.h Correct location of ThrustPatches which clang formatter moved 2019-04-23 15:02:58 -04:00
AtomicInterfaceExecutionCuda.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
CudaAllocator.cu conslidate the license statement 2019-04-17 10:57:13 -06:00
CudaAllocator.h conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterAlgorithmCuda.cu Fix the default launch sizes for Tesla hardware. 2019-05-06 16:12:15 -04:00
DeviceAdapterAlgorithmCuda.h Correct compiler issues found with GCC 4.8.5 + CUDA 9.2 on summit 2019-05-02 10:27:48 -04:00
DeviceAdapterAtomicArrayImplementationCuda.h Correct location of ThrustPatches which clang formatter moved 2019-04-23 15:02:58 -04:00
DeviceAdapterRuntimeDetectorCuda.cu conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterRuntimeDetectorCuda.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterRuntimeDetectorCuda.h conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterTagCuda.h For VTK-m libs all includes of DeviceAdapterTagCuda happen from cuda files 2019-04-22 10:39:54 -04:00
DeviceAdapterTimerImplementationCuda.cu conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterTimerImplementationCuda.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ExecutionArrayInterfaceBasicCuda.cu Testing Device Adapter now uses ArrayHandle for all device transfers 2019-04-30 13:50:08 -04:00
ExecutionArrayInterfaceBasicCuda.h conslidate the license statement 2019-04-17 10:57:13 -06:00
MakeThrustIterator.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ThrustExceptionHandler.h Correct location of ThrustPatches which clang formatter moved 2019-04-23 15:02:58 -04:00
VirtualObjectTransferCuda.h conslidate the license statement 2019-04-17 10:57:13 -06:00