Advertisement
mircoho

PS4Phat clinfo

Jun 4th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. ps4linux /usr/share/fonts/75dpi # clinfo
  2. Number of platforms 1
  3. Platform Name Clover
  4. Platform Vendor Mesa
  5. Platform Version OpenCL 1.1 Mesa 18.1.0
  6. Platform Profile FULL_PROFILE
  7. Platform Extensions cl_khr_icd
  8. Platform Extensions function suffix MESA
  9.  
  10. Platform Name Clover
  11. Number of devices 1
  12. Device Name AMD LIVERPOOL (DRM 3.19.0, 4.14.40-gd4ef421b4986, LLVM 6.0.0)
  13. Device Vendor AMD
  14. Device Vendor ID 0x1002
  15. Device Version OpenCL 1.1 Mesa 18.1.0
  16. Driver Version 18.1.0
  17. Device OpenCL C Version OpenCL C 1.1
  18. Device Type GPU
  19. Device Profile FULL_PROFILE
  20. Device Available Yes
  21. Compiler Available Yes
  22. Max compute units 18
  23. Max clock frequency 800MHz
  24. Max work item dimensions 3
  25. Max work item sizes 256x256x256
  26. Max work group size 256
  27. Preferred work group size multiple 64
  28. Preferred / native vector sizes
  29. char 16 / 16
  30. short 8 / 8
  31. int 4 / 4
  32. long 2 / 2
  33. half 8 / 8 (cl_khr_fp16)
  34. float 4 / 4
  35. double 2 / 2 (cl_khr_fp64)
  36. Half-precision Floating-point support (cl_khr_fp16)
  37. Denormals No
  38. Infinity and NANs Yes
  39. Round to nearest Yes
  40. Round to zero No
  41. Round to infinity No
  42. IEEE754-2008 fused multiply-add No
  43. Support is emulated in software No
  44. Single-precision Floating-point support (core)
  45. Denormals No
  46. Infinity and NANs Yes
  47. Round to nearest Yes
  48. Round to zero No
  49. Round to infinity No
  50. IEEE754-2008 fused multiply-add No
  51. Support is emulated in software No
  52. Correctly-rounded divide and sqrt operations No
  53. Double-precision Floating-point support (cl_khr_fp64)
  54. Denormals Yes
  55. Infinity and NANs Yes
  56. Round to nearest Yes
  57. Round to zero Yes
  58. Round to infinity Yes
  59. IEEE754-2008 fused multiply-add Yes
  60. Support is emulated in software No
  61. Address bits 64, Little-Endian
  62. Global memory size 3219939328 (2.999GiB)
  63. Error Correction support No
  64. Max memory allocation 958121164 (913.7MiB)
  65. Unified memory for Host and Device No
  66. Minimum alignment for any data type 128 bytes
  67. Alignment of base address 32768 bits (4096 bytes)
  68. Global Memory cache type None
  69. Image support No
  70. Local memory type Local
  71. Local memory size 32768 (32KiB)
  72. Max number of constant args 16
  73. Max constant buffer size 958121164 (913.7MiB)
  74. Max size of kernel argument 1024
  75. Queue properties
  76. Out-of-order execution No
  77. Profiling Yes
  78. Profiling timer resolution 0ns
  79. Execution capabilities
  80. Run OpenCL kernels Yes
  81. Run native kernels No
  82. Device Extensions cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64 cl_khr_fp16
  83.  
  84. NULL platform behavior
  85. clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform
  86. clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform
  87. clCreateContext(NULL, ...) [default] No platform
  88. clCreateContext(NULL, ...) [other] Success [MESA]
  89. clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) Success (1)
  90. Platform Name Clover
  91. Device Name AMD LIVERPOOL (DRM 3.19.0, 4.14.40-gd4ef421b4986, LLVM 6.0.0)
  92. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
  93. clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) Success (1)
  94. Platform Name Clover
  95. Device Name AMD LIVERPOOL (DRM 3.19.0, 4.14.40-gd4ef421b4986, LLVM 6.0.0)
  96. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
  97. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform
  98. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) Success (1)
  99. Platform Name Clover
  100. Device Name AMD LIVERPOOL (DRM 3.19.0, 4.14.40-gd4ef421b4986, LLVM 6.0.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement