Fix ArrayPortalFromThrust to re-enable texture memory fast path.

This commit is contained in:
Robert Maynard 2016-01-25 12:53:33 -05:00
parent b2cd41d765
commit bd3d29577a

@ -37,3 +37,4 @@ vtkm_declare_headers(CUDA ${headers} TESTABLE ${VTKm_ENABLE_CUDA})
if (VTKm_ENABLE_CUDA)
add_subdirectory(testing)
endif()