Cubic interp1 on a GPU array: bug?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
D. Plotnick
am 13 Jun. 2017
Beantwortet: Joss Knight
am 14 Jun. 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 Kommentare
Akzeptierte Antwort
Joss Knight
am 14 Jun. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu GPU Computing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!