Re: [darktable-dev] More exporting threads

2018-09-03 Thread Lutz Labusch
But as far as i know it make more sense to have one image per GPU to avoid IO overhead. Before some years there was an option having more then one output pipeline. ___ darktable developer mailing list to unsubscribe send a ma

Re: [darktable-dev] More exporting threads

2018-09-03 Thread Aurélien Pierre
Hi, I don't think threaded jobs would be of much use here, since the image processing is already parallelized at the array level. The OpenCL interface should already use all the available cores of your GPUs on one single image at the time. What you suggest would, I think, degrade the overall perfo