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

[darktable-dev] More exporting threads

2018-09-03 Thread Lutz Labusch
Hi all, i want to say thank you for darktable, which is a pretty nice program, first. As a owner of two (n) powerful GPU devices it will be very interesting to have the possibility to have two (n) exporting threads for larger jobs. Is there somewhere an hidden option for this? Thanks and best r