There is kernel compilation error on AMD GPU. The issue is due to c:\Program Files\Mandelbulber\cl\cl_engine*.cl use half as identifier. Since half is OpenCL C builtin type, it cannot be used as identifier. The fix is to change half to some other name.