the problem of speedup used opencl in imagemagick

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
zhong xiao bao
Posts: 6
Joined: 2011-08-08T20:21:39-07:00
Authentication code: 8675308

the problem of speedup used opencl in imagemagick

Post by zhong xiao bao »

Is it used opencl can faster than not used opencl .
frst find convert.exe and the command line i put in is : -convolve 16 d:\pic\1.jpg d:\pic\1.bmp
and another is :d:\pic\1.jpg d:\pic\1.bmp

the status of used opencl
Event Comsuming Time : 520.89ms
the status of not used opencl
Event Consuming Time : 96.6793ms
I think used opencl can acclerate the program ,but I don't know why used opencl is slowly than not used opencl
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: the problem of speedup used opencl in imagemagick

Post by magick »

Curious. Its been a about a year since we benchmarked OpenCL but when we did we got a significant speed up for image convolution with OpenCL. We'll revisit the benchmark and report back here but it may take a week or two.
zhong xiao bao
Posts: 6
Joined: 2011-08-08T20:21:39-07:00
Authentication code: 8675308

Re: the problem of speedup used opencl in imagemagick

Post by zhong xiao bao »

thank you very much for your reply .I want to develop the imagemagick used opencl .I hope you can give me help and some advices
Post Reply