AMD GPU implementation on a Dell Precision 7710

7 visualizaciones (últimos 30 días)
Leonard Vance
Leonard Vance el 11 de Abr. de 2019
Comentada: Leonard Vance el 11 de Abr. de 2019
I have an AMD GPU and have just updated the driver software, but MATLAB returns an error when I type in gpuDevice. How can I implement code on the GPU? Command and error follow:
>> gpuDevice
Error using gpuDevice (line 26)
There is a problem with the graphics driver or with this
GPU device. Be sure that you have a supported GPU and that
the latest driver is installed.
Caused by:
The CUDA driver could not be loaded. The library name
used was 'nvcuda.dll'. The error was:
The specified module could not be found.

Respuesta aceptada

Star Strider
Star Strider el 11 de Abr. de 2019
You cannot on an AMD GPU, unfortunately. As much as I like them (and Ryzen processors), AMD GPUs do not have CUDA capability. See the documentation section on Supported GPUs (link) for a chart of those that are suported.
  1 comentario
Walter Roberson
Walter Roberson el 11 de Abr. de 2019
Mathworks is not likely to add AMD GPU or OpenCL support any time soon. OpenGL turns out to have too much flexibility, leading to too much variability in implementations to make it practical for Mathworks to produce optimized code.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre GPU Computing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by