How to increase gpu usage?

조회 수: 5 (최근 30일)
ryunosuke tazawa
ryunosuke tazawa 2022년 2월 14일
댓글: ryunosuke tazawa 2022년 2월 19일
Now I am doing simulation with reiforcement tool box by using GPU.
But, gpu usage can not become high.
I checked some points.
1, setting of gpu: gpu is connected to matlab.
2, It also declares ‘device’ and ‘gpu’.
But the usage doesn't go up, is there any other problem?

채택된 답변

Joss Knight
Joss Knight 2022년 2월 14일
To get GPU utilization high you need to give it a lot of high resolution work to do. Often RL problems, especially the ones in our examples, are low compute. Not all computation is suitable for GPU parallelization.
  댓글 수: 1
ryunosuke tazawa
ryunosuke tazawa 2022년 2월 19일
Thanks to you, I was able to understand the GPU.
By the way, is there any way to shorten the simulation time?

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

추가 답변 (0개)

카테고리

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