physical and logical cores

조회 수: 1 (최근 30일)
arnaud ensberg
arnaud ensberg 2016년 1월 25일
편집: Image Analyst 2016년 1월 25일
Hello
Please, how I can use the four physical cores.
feature('numCores');
MATLAB detected: 4 physical cores.
MATLAB detected: 4 logical cores.
MATLAB was assigned: 4 logical cores by the OS.
MATLAB is using: 4 logical cores.
It's using only logical cores, not physical cores.

채택된 답변

James Tursa
James Tursa 2016년 1월 25일
MATLAB typically will use multiple cores automatically for functions that are programmed to use them. E.g., large matrix multiplies will use multiple cores in the background without the user needing to specify that multiple cores should be used. Is there something specific that you are doing that you think should be using multiple cores but isn't?
  댓글 수: 1
arnaud ensberg
arnaud ensberg 2016년 1월 25일
but why it uses just 4 logical cores

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by