Benchmarking A\b on the GPU runs on CPU in parallel?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I want to ask if the this benchmark: http://www.mathworks.com/products/parallel-computing/examples.html?file=/products/demos/shipping/distcomp/paralleldemo_gpu_backslash.html runs on the CPU in parallel or sequentially. I have Intel Xeon L5640 with 12 cores and i want to now if the benchmark runs on all cores or just 1.
Thanks for answer.
댓글 수: 0
답변 (1개)
Jill Reese
2013년 5월 20일
The CPU portion of this benchmark is multithreaded, so you should see more than one core working during the linear system solve.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 GPU Computing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!