필터 지우기
필터 지우기

Can I use gpuArrays inside spmd blocks

조회 수: 2 (최근 30일)
Renu Dhadwal
Renu Dhadwal 2016년 8월 17일
답변: Joss Knight 2016년 8월 20일
I am using spmd to run the same program on 4 sets of data. In one of the functions I need to do matrix operations on very huge matrices. Is it possible/advisable to use gpuArray here?

답변 (1개)

Joss Knight
Joss Knight 2016년 8월 20일
Have you tried? ;-) Yes, you can and it is advised. But if you only have one GPU and it's doing all the computation, you may not see much benefit from the additional parallelisation on the CPU.

카테고리

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