Speed up 'dlgradient' with parallelism?

조회 수: 4 (최근 30일)
Evan Scope Crafts
Evan Scope Crafts 2021년 4월 11일
댓글: Luis Hernandez 2023년 11월 14일
Hi all,
I am wondering if there is a way to speed up the 'dlgradient' function evaluation using parallelism or GPUs.

답변 (1개)

Jon Cherrie
Jon Cherrie 2021년 4월 12일
You can use a GPU for the dlgradient computation by using a gpuArray with dlarray.
In this example, the minibtachqueue, puts data on to the GPU and thus the GPU is used for the rest of the computation, both the "forward" pass the "backward" (gradient) pass:
  댓글 수: 1
Luis Hernandez
Luis Hernandez 2023년 11월 14일
Hello.
I've been trying to use the functions 'dlgradient' and 'dlfeval' with gpuArray inputs so that matlab will use my GPU. Unofrtunately, they only work when I pass dlarray inputs.
What is the workaround for this? what is the minibatch doing that allows you to work with gpuArray?
Thanks!
-L

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

Community Treasure Hunt

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

Start Hunting!

Translated by