libgpuvm icon indicating copy to clipboard operation
libgpuvm copied to clipboard

support for mapping host arrays to device images

Open canonizer opened this issue 14 years ago • 0 comments

typically, host arrays are mapped into device buffers. However, performance tests indicate that sometimes more performance is provided by textures (images). An API support is therefore needed to map host arrays to images, with the same set of features as supported for mapping arrays into buffers

canonizer avatar Sep 29 '11 15:09 canonizer