Using both a GPU and CPU for parallelization
이전 댓글 표시
I am looking to parallelise a dynamic simulation, it has a large amount of simple data to pre-process via lookup tables which I was hoping to do with a GPU before running the actual complex analysis that will require a CPU. Is there any way to set up the pool to use GPU and the a CPU at different points in the code?
Thanks
댓글 수: 1
KSSV
2017년 10월 31일
Class of gpuArray runs on the gpu device.....if not on the cpu...
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 GPU Computing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!