Does the code run on the GPU after transferring data to the GPU using the gpuArray function?

조회 수: 4 (최근 30일)
I am a novice, I used the gpuArray function for transferring data to GPU , but the code run on the CPU. How can I get code to run on the GPU

답변 (1개)

Matt J
Matt J 2021년 11월 29일
편집: Matt J 2021년 11월 29일
Any operations you do on a gpuArray object will be done on the GPU. Operations you do on other objects (not gpuArrays) will be executed on the CPU.
  댓글 수: 2
lu zhang
lu zhang 2021년 11월 30일
Thank you for your answer. I see what you mean. I have transfered the data to GPU and run the code. But my task manager showed that the CPU was working, and the utilization of GPU was 0. I'm very confused now.

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

카테고리

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