Search found 1 match

by boxerab
2014-04-06T14:50:40-07:00
Forum: Developers
Topic: ImageMagick Accelerate Using OpenCL
Replies: 16
Views: 38964

Re: ImageMagick Accelerate Using OpenCL

Intel has released an OpenCL SDK that supports both GPU and CPU acceleration (Intel CPU ). So, I would propose a more radical approach: switch over entirely to OpenCL and benefit from both GPU and multi-core CPU with a single code base. OpenCL kernels can be compiled at runtime for a specific platfo...