[darktable-user] OpenCL on Intel Core i7-6770HQ with Iris Pro 580

2016-05-26 Thread Christian von Kietzell
Hello,

I tried to get darktable to use OpenCL on my shiny new system. It sports an
Intel Core i7-6770HQ CPU with and Iris Pro 580 GPU part.

Darktable recognised the device after I installed Intel's drivers. But running
darktable with "-d opencl" shows that it discards the device. Is that
because it wouldn't provide any performance gain? Darktable didn't give a
specific reason.

If not, is there some other way I can get more information on why dt doesn't
want to use OpenCL on this system?


Cheers,
  Chris


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] OpenCL on Intel Core i7-6770HQ with Iris Pro 580

2016-05-26 Thread Ulrich Pegelow

Hi,

please post what 'darktable -d opencl' says.

Ulrich

Am 26.05.2016 um 11:06 schrieb Christian von Kietzell:

Hello,

I tried to get darktable to use OpenCL on my shiny new system. It sports
an Intel Core i7-6770HQ CPU with and Iris Pro 580 GPU part.

Darktable recognised the device after I installed Intel's drivers. But
running darktable with "-d opencl" shows that it discards the device. Is
that because it wouldn't provide any performance gain? Darktable didn't
give a specific reason.

If not, is there some other way I can get more information on why dt
doesn't want to use OpenCL on this system?


Cheers,
   Chris



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] OpenCL on Intel Core i7-6770HQ with Iris Pro 580

2016-05-26 Thread Christian von Kietzell
Hi,

this is the output:

[opencl_init] opencl related configuration options:
[opencl_init]
[opencl_init] opencl: 1
[opencl_init] opencl_library: ''
[opencl_init] opencl_memory_requirement: 768
[opencl_init] opencl_memory_headroom: 300
[opencl_init] opencl_device_priority: '*/!0,*/*/*'
[opencl_init] opencl_size_roundup: 16
[opencl_init] opencl_async_pixelpipe: 0
[opencl_init] opencl_synch_cache: 0
[opencl_init] opencl_number_event_handles: 25
[opencl_init] opencl_micro_nap: 1000
[opencl_init] opencl_use_pinned_memory: 0
[opencl_init] opencl_use_cpu_devices: 0
[opencl_init] opencl_avoid_atomics: 0
[opencl_init] opencl_omit_whitebalance: 0
[opencl_init]
[opencl_init] found opencl runtime library 'libOpenCL'
[opencl_init] opencl library 'libOpenCL' found on your system and loaded
[opencl_init] found 1 platform
[opencl_init] found 1 device
[opencl_init] discarding CPU device 0 `Intel(R) Core(TM) i7-6770HQ CPU @
2.60GHz'.
[opencl_init] no suitable devices found.
[opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
[opencl_init] initial status of opencl enabled flag is OFF.

Any hints?


Cheers,
  Chris


2016-05-26 12:02 GMT+02:00 Ulrich Pegelow :

> Hi,
>
> please post what 'darktable -d opencl' says.
>
> Ulrich
>
> Am 26.05.2016 um 11:06 schrieb Christian von Kietzell:
>
>> Hello,
>>
>> I tried to get darktable to use OpenCL on my shiny new system. It sports
>> an Intel Core i7-6770HQ CPU with and Iris Pro 580 GPU part.
>>
>> Darktable recognised the device after I installed Intel's drivers. But
>> running darktable with "-d opencl" shows that it discards the device. Is
>> that because it wouldn't provide any performance gain? Darktable didn't
>> give a specific reason.
>>
>> If not, is there some other way I can get more information on why dt
>> doesn't want to use OpenCL on this system?
>>
>>
>> Cheers,
>>Chris
>>
>
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] OpenCL on Intel Core i7-6770HQ with Iris Pro 580

2016-05-26 Thread Ulrich Pegelow

Hi,

only your CPU has been detected by your OpenCL driver. We do not use 
OpenCL on CPU as it would bring a severe slow-down of darktable compared 
to our hand-optimized code.


Your OpenCL setup seems not to take notice of the Iris Pro. But even if 
it would: our experience with the (free) Beignet OpenCL implementation 
for Intel GPUs in its current state is discouraging. There is little 
chance that it will work.


Ulrich

Am 26.05.2016 um 19:16 schrieb Christian von Kietzell:

Hi,

this is the output:

[opencl_init] opencl related configuration options:
[opencl_init]
[opencl_init] opencl: 1
[opencl_init] opencl_library: ''
[opencl_init] opencl_memory_requirement: 768
[opencl_init] opencl_memory_headroom: 300
[opencl_init] opencl_device_priority: '*/!0,*/*/*'
[opencl_init] opencl_size_roundup: 16
[opencl_init] opencl_async_pixelpipe: 0
[opencl_init] opencl_synch_cache: 0
[opencl_init] opencl_number_event_handles: 25
[opencl_init] opencl_micro_nap: 1000
[opencl_init] opencl_use_pinned_memory: 0
[opencl_init] opencl_use_cpu_devices: 0
[opencl_init] opencl_avoid_atomics: 0
[opencl_init] opencl_omit_whitebalance: 0
[opencl_init]
[opencl_init] found opencl runtime library 'libOpenCL'
[opencl_init] opencl library 'libOpenCL' found on your system and loaded
[opencl_init] found 1 platform
[opencl_init] found 1 device
[opencl_init] discarding CPU device 0 `Intel(R) Core(TM) i7-6770HQ CPU @
2.60GHz'.
[opencl_init] no suitable devices found.
[opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
[opencl_init] initial status of opencl enabled flag is OFF.

Any hints?


Cheers,
   Chris




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] OpenCL on Intel Core i7-6770HQ with Iris Pro 580

2016-05-26 Thread Peter Mc Donough

Am 26.05.2016 um 20:55 schrieb Ulrich Pegelow:

...

Your OpenCL setup seems not to take notice of the Iris Pro. But even if
it would: our experience with the (free) Beignet OpenCL implementation
for Intel GPUs in its current state is discouraging. There is little
chance that it will work.


Is there any information somewhere available on which OpenGL 
implemantations/Linux kernels presently support Darktable?

AMD/Nvidia/Intel.

cu
Peter


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] something wrong with hotpixels module ?

2016-05-26 Thread André Felipe Carvalho
hi, yesterday i upgraded to dt version 2.1.0+1114-g35cc641
since then, i am experiencing a lot of hot pixels in my photos.
i've set my dt to turn hotpixels on by default a long time ago, and havent
seen them for quite a while. but last night and today i am seeing then at
the dark areas of my photos. is there something wrong with the module or is
it my mistake?

i can send samples, if needed.

best regards,
andre felipe


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

[darktable-user] Re: something wrong with hotpixels module ?

2016-05-26 Thread André Felipe Carvalho
Err Maybe my mistake...

2016-05-26 19:13 GMT-03:00 André Felipe Carvalho :

> hi, yesterday i upgraded to dt version 2.1.0+1114-g35cc641
> since then, i am experiencing a lot of hot pixels in my photos.
> i've set my dt to turn hotpixels on by default a long time ago, and havent
> seen them for quite a while. but last night and today i am seeing then at
> the dark areas of my photos. is there something wrong with the module or is
> it my mistake?
>
> i can send samples, if needed.
>
> best regards,
> andre felipe
>
>


-- 
André Felipe

https://www.flickr.com/photos/andrefelipecarvalho/


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] OpenCL on Intel Core i7-6770HQ with Iris Pro 580

2016-05-26 Thread Ulrich Pegelow

Am 26.05.2016 um 21:58 schrieb Peter Mc Donough:

Is there any information somewhere available on which OpenGL
implemantations/Linux kernels presently support Darktable?
AMD/Nvidia/Intel.


We have good experience with AMD and Nvidia. The proprietary drivers of 
both vendors run well with a noticeable speed-up (depending on hardware, 
of course). As said experience with Intel is not good due to the lack of 
working OpenCL drivers on Linux platforms.


Ulrich



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org