Cubic interp1 on a GPU array: bug?
2 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Joss Knight
on 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 Comments
More Answers (0)
See Also
Categories
Find more on GPU Computing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!