Hi all, I am looking for a solution for exchanging some tensors between two gpus, that do not have P2P enabled. Assuming two GPUs on the same node, I guess I have to do it in two steps; first copy to host memory from GPU (gpu-0) and then copy from host memory to the other GPU (gpu-1). However it is not exactly clear to me as to how I can go about this.
Any help is appreciated. Thanks - Baskaran
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
