필터 지우기
필터 지우기

When using parallel computing toolbox can I just replace all my "for" loops with "parfor" ?

조회 수: 1 (최근 30일)
I'm running an intensive calculation and want to minimise my computation time.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 7월 10일
  댓글 수: 5
Walter Roberson
Walter Roberson 2017년 7월 11일
The 1080ti has FP64 performance of about 332, which is 1/32 of the FP32 rate; https://en.wikipedia.org/wiki/GeForce_10_series . That is not bad compared to the other graphics cards, but it is far far below the FP64 performance available in some of the Tesla series; https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units#Tesla or the Quadro GP100 (about 5300)
matlabkid602
matlabkid602 2017년 7월 12일
Yes thanks for the information, the 1080ti is a gaming card.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by