To All:

Is it possible to update an array using array slices on device memory? e.g
cut the top row off an array and then append a row to the bottom. Would a
array slice operation if allowed on "device memory" incur an implicit copy
to host to perform a slice operation and subsequent append operation and
then an implicit host to device?

Thanks,

Nathaniel H Clay
_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to