Specify Multi core performance processor usage

1 view (last 30 days)
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 Comments
Stephen Gray
Stephen Gray on 1 Sep 2023
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.

Sign in to comment.

Accepted Answer

Bruno Luong
Bruno Luong on 1 Sep 2023
Moved: Bruno Luong on 1 Sep 2023
It seems the general pattern is MATLAB uses performance cores first via native multi-threading, see Alison Eele in this thread

More Answers (0)

Categories

Find more on Licensing on Cloud Platforms in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!