GPU or Intel Xenon Phi Coprocessor?

조회 수: 2 (최근 30일)
Md. Ashfaque
Md. Ashfaque 2015년 9월 16일
답변: Edric Ellis 2015년 9월 16일
I was wondering why MATLAB allows 512 workers for local system using the parallel computing toolbox? Regular computers don't have CPUs with that many cores. GPU computing is different from using Parfor and that greatly complicates my problem. Will the parallel toolbox work with a Xenon Phi coprocessor and will it be as if I had a system with all the processors of the Phi and the CPU? Can I use simple parfor loops with Xenon Phi? If not I think the 512 workers is just a waste.

답변 (1개)

Edric Ellis
Edric Ellis 2015년 9월 16일
By default, Parallel Computing Toolbox uses as many workers as you have real cores on your system. The upper limit of 512 workers is intended to be "effectively unlimited" for all practical purposes on current systems. (I don't quite understand what's being "wasted" here.)
Parallel Computing Toolbox does not support Xenon Phi.

카테고리

Help CenterFile Exchange에서 Parallel and Cloud에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by