Login  Register

Re: some stuff doesn't work (AMD, Windows 7x64)

Posted by Michael Bien on Aug 10, 2011; 1:49am
URL: https://forum.jogamp.org/some-stuff-doesn-t-work-AMD-Windows-7x64-tp3237922p3241040.html

  On 08/10/2011 03:36 AM, gwarf [via jogamp] wrote:
> This is all I get from it: (I also get warnings if there are any)
> com.jogamp.opencl.CLException$CLBuildProgramFailureException:
> CLDevice [id: 130748104 name: AMD Athlon(tm) II X4 635 Processor type: CPU
> profile: FULL_PROFILE] build log:
> Internal Error:  as failed [error: CL_BUILD_PROGRAM_FAILURE]
Ok this makes sense. The Internal Error is in the compiler log, so the
source is the driver. This really looks like a driver bug. You should
get the same output if you paste your kernel into the AMD kernel analyzer.

there is not much i could do in jocl fix this :)

regards,

-michael