I run the example "Stencil Operations on a GPU" in matlab command. I got following output. I don't have any advantage in using of Arrayfun on GPU compared with simple GPU array. my GPU device is GeForce GTX 980 Ti. is it reasonable?

1 次查看(过去 30 天)
paralleldemo_gpu_stencil
Average time on the CPU: 1.906ms per generation.
Average time on the GPU: 0.792ms per generation (2.4x faster).
Average time using GPU arrayfun: 0.996ms per generation (1.9x faster).
CPU: 1.906ms per generation.
Simple GPU: 0.792ms per generation (2.4x faster).
Arrayfun GPU: 0.996ms per generation (1.9x faster).

采纳的回答

Joss Knight
Joss Knight 2016-2-26
Yes, it's perfectly reasonable.
  2 个评论
masoumeh mousavi
masoumeh mousavi 2016-2-26
编辑:masoumeh mousavi 2016-2-26
thank you, is it the reason due to the kind of GPU? I expected more computational speed using arrayfun on GPU as claimed!(it means the usage of arrayfun strictly depends on the kind of GPU!?)
Joss Knight
Joss Knight 2016-3-2
The speed of everything you do on the GPU depends on the kind of GPU. You should always experiment with different approaches and use whichever works best for you - we don't claim that arrayfun will always be the best approach. It looks like for your device MATLAB is doing a great job of making the simplest approach the fastest, which is ideal.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 GPU Computing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by