Is it possible to use parfor to run a very large variable separately?
조회 수: 1 (최근 30일)
이전 댓글 표시
Is it possible to use parfor to run a very large variable separately? I've been finding a way to run a training data which is too big separately. Any suggestions?
댓글 수: 0
답변 (1개)
Shashank Prasanna
2013년 1월 29일
Could you elaborate on "run a very large variable separately" There are things you can do parallely and there are few things you can't(if the output of one is needed as input for the next). The stuff you can do using Parallel Computing toolbox mostly fall under the embarrassingly parallel paradigm.
This might be helpful for when to use parfor: http://www.mathworks.com/help/distcomp/getting-started-with-parfor.html#brdqg4q-1
If you can provide further information on what you are doing then I will be able to give you a clearer picture.
참고 항목
카테고리
Help Center 및 File Exchange에서 Parallel for-Loops (parfor)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!