On 13-10-18 10:29 AM, Wolfgang Goetz wrote: > Tobias Ellinghaus wrote: > >> Am Freitag, 18. Oktober 2013, 02:02:23 schrieb Tobias Ellinghaus: >>> Am Donnerstag, 17. Oktober 2013, 23:46:19 schrieb Wolfgang Goetz: > ... >>>> [opencl_init] malformed entry in programs.conf >>>> `demosaic_ppg.cl 0'; ignoring it! ... >>>> [opencl_create_kernel] could not create kernel `zero'! (-44) > ... >>> Tobias, hoping that he didn't break too much :D >> >> Might be fixed now. Please check. Sorry for the inconvenience. > > Partly solved, but you pointed me to the correct place.. > looks like the tokenizer of g_strsplit_set () doesn't sum up the > whitespaces. > > patch attached: quick/dirty fix is to limit the token count from 3 to 2. > (consumes one whitespace and assembles the remaining string to last token) > > the string 'programnumber' has leading spaces, doesnt affect the strtol. > > > > > printf("WG %s..%s..%d\n",programname,programnumber,prog); > > $darktable > WG demosaic_ppg.cl.. 0..0 > WG atrous.cl.. 1..1 > WG basic.cl.. 2..2 > WG blendop.cl.. 3..3 > WG highpass.cl.. 4..4 > WG nlmeans.cl.. 5..5 > WG gaussian.cl.. 6..6 > WG sharpen.cl.. 7..7 > WG extended.cl.. 8..8 > WG soften.cl.. 9..9 > WG bilateral.cl.. 10..10 > WG denoiseprofile.cl.. 11..11 > Lua enabled > > > > kind regards > Wolfgang > > > maybe calling g_strfreev (tokens), but its only allocated once > and discarded at end of program... > > i have it locally in my fork, but i'm not sure to push it and issue a > pull request, last time i messed up something... (the snapfix-patch) > >
Just as an info point, I installed ubuntu 13.10 yesterday with dt 1.2.3 and activated nVidia 319 driver for my Geforce GT 630 up from the older driver and the dropping from opencl to CPU on the profile denoise module processing was history. Atrous still needs CPU but that is pretty well expected. Jack ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ darktable-devel mailing list darktable-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/darktable-devel