Cubic interp1 on a GPU array: bug?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
D. Plotnick
el 13 de Jun. de 2017
Respondida: Joss Knight
el 14 de Jun. de 2017
This may be better to put into bug reporting, but has anyone else received the message:
gpuArray does not support the cubic method. Supported interpolation methods are: 'LINEAR', 'NEAREST', 'CUBIC'.
This does not make sense to me.
0 comentarios
Respuesta aceptada
Joss Knight
el 14 de Jun. de 2017
This looks like a straightforward bug in the error message that's come as a result of a change in the default 'cubic' algorithm. The method that's now supported is 'v5cubic'. I've filed a bug report and this should be fixed in the next release.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre GPU Computing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!