Is there a GPU progress monitor?

3 ビュー (過去 30 日間)
rokP
rokP 2018 年 12 月 11 日
コメント済み: grega 2018 年 12 月 15 日
I have been looking for GPU progress monitor, similar to ones for CPU, e.g. like this one.
How come thre is not monitor for GPU calculation yet? Can it be expected in the future?
  5 件のコメント
Joss Knight
Joss Knight 2018 年 12 月 14 日
Okay, but what GPU calculations take long enough that this information is useful? The vast majority of things you run on the GPU complete in seconds or less.
If you have some MATLAB code that is complex, takes a long time to run, and is using the GPU, then whatever instrumentation you may have to monitor progress through that code (from echo on to MATLAB Profiler to some custom application) will work just as well for the GPU. It doesn't matter what precise hardware was being used to execute the code, everything is going through the MATLAB interpreter.
But it's possible I'm just misunderstanding what you're after.
grega
grega 2018 年 12 月 15 日
Thank you on the commen.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGPU Computing についてさらに検索

製品


リリース

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by