Commits


Pearu Peterson authored and Korn, Uwe committed 41e3bff035c
ARROW-3653: [C++][Python] Support data copying between different GPU devices This PR introduces new C++ methods `CudaContext::CopyDeviceToAnotherDevice` `CudaBuffer::CopyFromAnotherDevice` that are used to implement the Python support for copying CUDA buffer data between different devices. Author: Pearu Peterson <pearu.peterson@gmail.com> Closes #3617 from pearu/arrow-3653 and squashes the following commits: 4de6c973 <Pearu Peterson> Skip tests on copying data between buffers of different devices on a single GPU system. b10afc34 <Pearu Peterson> Support copying data in buffers of different devices.