The Same Matlab code runs slow on AMD 2990WX-based PC and runs fast (4x times faster) on 8700k-based PC
이전 댓글 표시
My Matlab code (2018a & 2017a) runs very slow (2200 seconds) on AMD 2990WX-based PC (32cores 64threads all cores runs at 3.5GHZ, 64G RAM) and runs fast (600seconds, 3.5x times faster) on Intel 8700k (6cores 12threads at 4.0GHZ, 32GRAM). Please advise on how I can fix it ?
댓글 수: 1
Christopher Grose
2019년 1월 15일
Without showing us your code there is nothing to say. You should also be sure to test what the real per-thread performance differences are using parfors.
채택된 답변
추가 답변 (1개)
Viacheslav Klimentyev
2019년 1월 9일
1. What is about
bench
results?
2. Disable 26 cores on AMD CPU and compare results with Intel at the same number of working cores for bench and your code.
카테고리
도움말 센터 및 File Exchange에서 Parallel Computing Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!