CUDA device to host copy very slow

后端 未结 2 1695
太阳男子
太阳男子 2021-01-03 08:17

I\'m running windows 7 64 bits, cuda 4.2, visual studio 2010.

First, I run some code on cuda, then download the data back to host. Then do some processing and move b

2条回答
  •  心在旅途
    2021-01-03 08:22

    I suggest you to use cudpp, in my opinion is faster than thrust (I'm writing master thesis about optimization and I tried both libraries). If copy is very slow, you can try to write your own kernel to copy data.

提交回复
热议问题