Skip to content

Add an array handle for bare cuda device pointers

T.J. Corona requested to merge tjcorona/vtk-m:cuda-array-handle into master

Array handles for cuda device pointers have been implemented. The data for these handles exists solely on the exec side (info such as length can be queried from the cont side).

Merge request reports