Why do I see performance decrease when building my Simulink model or performing a matrix multiplication on a new and powerful Xeon processor?

조회 수: 3 (최근 30일)
The Xeon CPU takes much longer to build the model than the other CPU for the same project on the same operating system.
I also perform a matrix multiplication and use "timeit" to measure performance:
mat1 = rand(1e4);
mat2 = rand(1e4);
f = @() mat1 * mat2;
t = timeit;
The new Xeon processor takes much longer time for the above operation as well than an AMD processor on the same operating system.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2019년 4월 26일
Please check the energy settings of your system. We have seen cases where the energy option (power option) was set to "balanced" and on a Xeon processor this had more impact than on another processor.
Switching to energy option "high performance" for the first CPU hardly changed anything, whereas for the Xeon processor it was about 40% faster.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by