Will more CPUs improve the speed of the linsolve function?

7 次查看(过去 30 天)
I'm considering upgrading my current simulation computer from a 4-core machine to an 8-core machine (both are single processors)...I am wondering if this will provide any benefit when using the linsolve function. This is used repeatedly through the simulation. When running the code currently, and monitoring the system performance, it seems like all four cores on the CPU are being utilized, thus I would assume that somehow MATLAB is utilizing all 4 cores for the linsolve computation. However, it would be nice to have a more concrete answer than "kind of seems like it...". If it helps...I beleive the method of solving the specific matrices I'm looking at here, within the linsolve fuinction, is the QR factorization method.
THanks,

采纳的回答

Sai Bhargav Avula
Sai Bhargav Avula 2019-8-16
Yes, the linsolve function include multithreaded implementation. Hence with the increase of number of cores the efficacy of the linsolve function improves. However, it should be noted that multithread implementations may not apply to all arguments combinations and data types/shapes/sizes.
The following link will give you a detailed list of functions that benefit from multithread computation.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multicore Processor Targets 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by