physical and logical cores
5 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
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?
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!