Advertisement
illwieckz

intelcl nvidiacl darktable-cltest

Jun 11th, 2017
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. $ intelcl nvidiacl darktable-cltest | grep '\[opencl_init\]' | grep -v 'compiling program'
  2. [opencl_init] opencl related configuration options:
  3. [opencl_init]
  4. [opencl_init] opencl: 0
  5. [opencl_init] opencl_library: ''
  6. [opencl_init] opencl_memory_requirement: 768
  7. [opencl_init] opencl_memory_headroom: 300
  8. [opencl_init] opencl_device_priority: '*/!0,*/*/*'
  9. [opencl_init] opencl_size_roundup: 16
  10. [opencl_init] opencl_async_pixelpipe: 0
  11. [opencl_init] opencl_synch_cache: 0
  12. [opencl_init] opencl_number_event_handles: 25
  13. [opencl_init] opencl_micro_nap: 1000
  14. [opencl_init] opencl_use_pinned_memory: 0
  15. [opencl_init] opencl_use_cpu_devices: 1
  16. [opencl_init] opencl_avoid_atomics: 0
  17. [opencl_init] opencl_enable_markesteijn: 1
  18. [opencl_init]
  19. [opencl_init] found opencl runtime library 'libOpenCL'
  20. [opencl_init] opencl library 'libOpenCL' found on your system and loaded
  21. [opencl_init] found 2 platforms
  22. [opencl_init] found 3 devices
  23. [opencl_init] device 0 `Intel(R) HD Graphics' supports image sizes of 16384 x 16384
  24. [opencl_init] device 0 `Intel(R) HD Graphics' allows GPU memory allocations of up to 815MB
  25. [opencl_init] device 0: Intel(R) HD Graphics
  26. [opencl_init] kernel loading time: 0.0040
  27. [opencl_init] device 1 `Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz' supports image sizes of 16384 x 16384
  28. [opencl_init] device 1 `Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz' allows GPU memory allocations of up to 3916MB
  29. [opencl_init] device 1: Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz
  30. [opencl_init] kernel loading time: 11.6500
  31. [opencl_init] device 2 `Quadro K1100M' has sm_20 support.
  32. [opencl_init] device 2 `Quadro K1100M' supports image sizes of 16384 x 16384
  33. [opencl_init] device 2 `Quadro K1100M' allows GPU memory allocations of up to 499MB
  34. [opencl_init] device 2: Quadro K1100M
  35. [opencl_init] kernel loading time: 0.0106
  36. [opencl_init] OpenCL successfully initialized.
  37. [opencl_init] here are the internal numbers and names of OpenCL devices available to darktable:
  38. [opencl_init] 0 'Intel(R) HD Graphics'
  39. [opencl_init] 1 'Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz'
  40. [opencl_init] 2 'Quadro K1100M'
  41. [opencl_init] these are your device priorities:
  42. [opencl_init] image preview export thumbnail
  43. [opencl_init] 0 1 0 0
  44. [opencl_init] 1 2 1 1
  45. [opencl_init] 2 -1 2 2
  46. [opencl_init] FINALLY: opencl is AVAILABLE on this system.
  47. [opencl_init] initial status of opencl enabled flag is OFF.
  48. [opencl_init] benchmarking results: 0.067871 seconds for fastest GPU versus 0.171319 seconds for CPU.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement