Advertisement
Guest User

Untitled

a guest
Nov 21st, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. niko@talos2 ~/bench $ RUSTICL_ENABLE=lp RUSTICL_DEVICE_TYPE=gpu darktable-cli arecibo.orf arecibo.orf.xmp test.jpg --core -d perf -d opencl
  2. output file already exists, it will get renamed
  3. [dt_detect_cpu_features] Not implemented for this architecture.
  4. [dt_detect_cpu_features] Please contribute a patch.
  5. [dt_init] SSE2 instruction set is unavailable.
  6. [dt_init] expect a LOT of functionality to be broken. you have been warned.
  7. [dt_detect_cpu_features] Not implemented for this architecture.
  8. [dt_detect_cpu_features] Please contribute a patch.
  9. [dt_codepaths_init] will be using experimental plain OpenMP SIMD codepath.
  10. [dt_get_sysresource_level] switched to 1 as `default'
  11. total mem: 64000MB
  12. mipmap cache: 8000MB
  13. available mem: 32000MB
  14. singlebuff: 500MB
  15. OpenCL tune mem: OFF
  16. OpenCL pinned: OFF
  17. [opencl_init] opencl related configuration options:
  18. [opencl_init] opencl: ON
  19. [opencl_init] opencl_scheduling_profile: 'default'
  20. [opencl_init] opencl_library: 'default path'
  21. [opencl_init] opencl_device_priority: '*/!0,*/*/*/!0,*'
  22. [opencl_init] opencl_mandatory_timeout: 400
  23. [opencl_init] opencl library 'libOpenCL' found on your system and loaded
  24. [opencl_init] found 1 platform
  25. [opencl_init] found 1 device
  26.  
  27. [dt_opencl_device_init]
  28. DEVICE: 0: 'llvmpipe (LLVM 15.0.5, 128 bits)'
  29. CANONICAL NAME: llvmpipellvm1505128bits
  30. PLATFORM NAME & VENDOR: rusticl, Mesa/X.org
  31. DRIVER VERSION: 23.0.0-devel (git-f6ffdfb2e8)
  32. DEVICE VERSION: OpenCL 3.0
  33. DEVICE_TYPE: GPU
  34. GLOBAL MEM SIZE: 2048 MB
  35. MAX MEM ALLOC: 2048 MB
  36. MAX IMAGE SIZE: 16384 x 16384
  37. MAX WORK GROUP SIZE: 1024
  38. MAX WORK ITEM DIMENSIONS: 3
  39. MAX WORK ITEM SIZES: [ 1024 1024 1024 ]
  40. ASYNC PIXELPIPE: NO
  41. PINNED MEMORY TRANSFER: NO
  42. MEMORY TUNING: NO
  43. FORCED HEADROOM: 400
  44. AVOID ATOMICS: NO
  45. MICRO NAP: 1000
  46. ROUNDUP WIDTH: 16
  47. ROUNDUP HEIGHT: 16
  48. CHECK EVENT HANDLES: 128
  49. TILING ADVANTAGE: 0.000
  50. DEFAULT DEVICE: NO
  51. *** marked as disabled ***
  52. [opencl_init] no suitable devices found.
  53. [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement