Am 25.10.2012 22:55, schrieb R S:
> 
> http://pastebin.com/YG0Z2GtD
> 
> 
> this is the dt.log , but I could not export , because of freeze when I
> activate the local contrast module.
> 

So everything runs fine until it breaks really hard, but has no chance
to give us any useful details.

Let's try the following. Please go into src/common/bilateralcl.h and do
a few changes. Lines 85 and 86, change them into

  int blocksizex = 8;
  int blocksizey = 8;

and the code block from lines 106 to 110:

  if(blocksizex * blocksizey < 16*16)
  {
    dt_print(DT_DEBUG_OPENCL, "[opencl_bilateral] device %d does not
offer sufficient resources to run bilateral grid\n", devid);
    return NULL;
  }

comment it out with "#if 0" and "#endif".

Then recompile the whole thing and try again.

Ulrich



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to