It looks like your OpenCL driver does not allow getting the binaries of the OpenCL kernel. Not sure how I can properly handle this in ImageMagick. Will need to come up with a plan for that. Thanks for your help and I think it is just best to disable OpenCL in your situation. You can do that with
OpenCL.IsEnable = false
. I might ask you for help again once I figured out how to work around this issue.