Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
convert test.jpg test.png works fine, but when resizing like convert -resize 100x test.jpg test-100.jpg the message shown above appears. The action itself (e.g. resizing) works properly: The image gets resized. convert just returns said error message in addition.
Additional info
imagemagick 6.8.7-7 (named 6.8.7.7-1 in Arch Linux repositories)
system is up to date according to the repository mirror I use
I downloaded ImageMagick-6.8.7-9.tar.bz2, configured and built the software, but I am still getting the error:
lt-convert: clCreateBuffer failed. . @ warning/accelerate.c/ComputeResizeImage/2816.
It means your GPU does not have enough memory so it reverts to the host CPU. You should get correct results despite the warning. We're looking toward making the warning silent if the GPU does not have enough memory.