Specify Multi core performance processor usage

Hi all. Is there a way when using multi core on a PC to specify that Matlab uses the performance cores first before using the efficient ones or is this already in the program? I'm using it for NN training.
Regards
Steve Gray

5 件のコメント

dim-ask
dim-ask 2023 年 8 月 31 日
Ime in macos it uses the performance cores first, and if you request more cores is starts using the efficient cores. You can check actually which cores are getting utilised, in macos in activity monitor or command line tools like btop.
Stephen Gray
Stephen Gray 2023 年 9 月 1 日
I'm not sure on the PC.
Rik
Rik 2023 年 9 月 1 日
Is there a reason why you're training on a CPU instead of a GPU?
There are ways to set processor affinity in Windows (that is the keyword you should google), but I am not aware of tools inside Matlab to specify an order.
Stephen Gray
Stephen Gray 2023 年 9 月 1 日
Yes, the training function I am using does not run on the GPU. I've tried using a funtion that does run on the GPU but it isn't as accurate as the CPU one.
Stephen Gray
Stephen Gray 2023 年 9 月 1 日
Thanks! That answers my question.

サインインしてコメントする。

 採用された回答

Bruno Luong
Bruno Luong 2023 年 9 月 1 日
移動済み: Bruno Luong 2023 年 9 月 1 日

1 投票

It seems the general pattern is MATLAB uses performance cores first via native multi-threading, see Alison Eele in this thread

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGPU Computing についてさらに検索

製品

リリース

R2023a

質問済み:

2023 年 8 月 31 日

移動済み:

2023 年 9 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by