I know gpuarray could improve for large sized matrix multiplication, but does it also improve if it has very large symbolic elements?
2 次查看(过去 30 天)
显示 更早的评论
Dear all,
Just as the question says, I know that gpuarray could improve large sized matrix multiplication. However, what if I have a huge symbolic expression for each elements? Would gpuarray still outperform cpu computation?
In another words, does GPGPU perform better than CPU in multiplication of both large matrix and large elements? Or does GPGPU excel in either one of the departments over CPU?
I'm asking this because if GPGPU only excel in one of the two departments, then it is possible that CPU can outperform GPGPU when the other department is significantly large. If so, then use of gpuarray may possibly worsen the performance.
0 个评论
采纳的回答
Walter Roberson
2018-7-5
There is no gpu support for the symbolic toolbox.
2 个评论
Walter Roberson
2018-7-5
I see that there is some theoretical work on using GPU for some kinds of symbolic tasks, such as https://www.researchgate.net/publication/221922914_Parallel_Symbolic_Analysis_of_Large_Analog_Circuits_on_GPU_Platforms
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GPU Computing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!