Advertisement
rajhlinux

Untitled

Sep 24th, 2022 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.24 KB | None | 0 0
  1. $ clinfo
  2. ---------
  3.  
  4. Number of platforms 2
  5. Platform Name Clover
  6. Platform Vendor Mesa
  7. Platform Version OpenCL 1.1 Mesa 21.3.8
  8. Platform Profile FULL_PROFILE
  9. Platform Extensions cl_khr_icd
  10. Platform Extensions function suffix MESA
  11.  
  12. Platform Name Portable Computing Language
  13. Platform Vendor The pocl project
  14. Platform Version OpenCL 2.0 pocl 1.8 Unix, Release+Asserts, RELOC, LLVM 13.0.1, SLEEF, DISTRO, POCL_DEBUG
  15. Platform Profile FULL_PROFILE
  16. Platform Extensions cl_khr_icd cl_pocl_content_size
  17. Platform Extensions function suffix POCL
  18.  
  19. Platform Name Clover
  20. Number of devices 1
  21. Device Name AMD Radeon RX 580 Series (POLARIS10, DRM 3.35.0, 13.1-RELEASE-p1, LLVM 13.0.1)
  22. Device Vendor AMD
  23. Device Vendor ID 0x1002
  24. Device Version OpenCL 1.1 Mesa 21.3.8
  25. Device Numeric Version 0x401000 (1.1.0)
  26. Driver Version 21.3.8
  27. Device OpenCL C Version OpenCL C 1.1
  28. Device Type GPU
  29. Device Profile FULL_PROFILE
  30. Device Available Yes
  31. Compiler Available Yes
  32. Max compute units 36
  33. Max clock frequency 1100MHz
  34. Max work item dimensions 3
  35. Max work item sizes 256x256x256
  36. Max work group size 256
  37. Preferred work group size multiple (kernel) 64
  38. Preferred / native vector sizes
  39. char 16 / 16
  40. short 8 / 8
  41. int 4 / 4
  42. long 2 / 2
  43. half 0 / 0 (n/a)
  44. float 4 / 4
  45. double 2 / 2 (cl_khr_fp64)
  46. Half-precision Floating-point support (n/a)
  47. Single-precision Floating-point support (core)
  48. Denormals No
  49. Infinity and NANs Yes
  50. Round to nearest Yes
  51. Round to zero No
  52. Round to infinity No
  53. IEEE754-2008 fused multiply-add No
  54. Support is emulated in software No
  55. Correctly-rounded divide and sqrt operations No
  56. Double-precision Floating-point support (cl_khr_fp64)
  57. Denormals Yes
  58. Infinity and NANs Yes
  59. Round to nearest Yes
  60. Round to zero Yes
  61. Round to infinity Yes
  62. IEEE754-2008 fused multiply-add Yes
  63. Support is emulated in software No
  64. Address bits 64, Little-Endian
  65. Global memory size 4294967296 (4GiB)
  66. Error Correction support No
  67. Max memory allocation 3435973836 (3.2GiB)
  68. Unified memory for Host and Device No
  69. Minimum alignment for any data type 128 bytes
  70. Alignment of base address 32768 bits (4096 bytes)
  71. Global Memory cache type None
  72. Image support No
  73. Local memory type Local
  74. Local memory size 32768 (32KiB)
  75. Max number of constant args 16
  76. Max constant buffer size 67108864 (64MiB)
  77. Max size of kernel argument 1024
  78. Queue properties
  79. Out-of-order execution No
  80. Profiling Yes
  81. Profiling timer resolution 0ns
  82. Execution capabilities
  83. Run OpenCL kernels Yes
  84. Run native kernels No
  85. ILs with version (n/a)
  86. Built-in kernels with version (n/a)
  87. 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_extended_versioning
  88. Device Extensions with Version cl_khr_byte_addressable_store 0x400000 (1.0.0)
  89. cl_khr_global_int32_base_atomics 0x400000 (1.0.0)
  90. cl_khr_global_int32_extended_atomics 0x400000 (1.0.0)
  91. cl_khr_local_int32_base_atomics 0x400000 (1.0.0)
  92. cl_khr_local_int32_extended_atomics 0x400000 (1.0.0)
  93. cl_khr_int64_base_atomics 0x400000 (1.0.0)
  94. cl_khr_int64_extended_atomics 0x400000 (1.0.0)
  95. cl_khr_fp64 0x400000 (1.0.0)
  96. cl_khr_extended_versioning 0x400000 (1.0.0)
  97.  
  98. Platform Name Portable Computing Language
  99. Number of devices 1
  100. Device Name AMD FX(tm)-8350 Eight-Core Processor
  101. Device Vendor pocl
  102. Device Vendor ID 0x6c636f70
  103. Device Version OpenCL 1.2 pocl HSTR: pthread-x86_64-portbld-freebsd13.1-bdver2
  104. Driver Version 1.8
  105. Device OpenCL C Version OpenCL C 1.2 pocl
  106. Device Type CPU
  107. Device Profile FULL_PROFILE
  108. Device Available Yes
  109. Compiler Available Yes
  110. Linker Available Yes
  111. Max compute units 8
  112. Max clock frequency 4000MHz
  113. Device Partition (core)
  114. Max number of sub-devices 8
  115. Supported partition types equally, by counts
  116. Supported affinity domains (n/a)
  117. Max work item dimensions 3
  118. Max work item sizes 4096x4096x4096
  119. Max work group size 4096
  120. Preferred work group size multiple (kernel) 8
  121. Preferred / native vector sizes
  122. char 16 / 16
  123. short 16 / 16
  124. int 8 / 8
  125. long 4 / 4
  126. half 0 / 0 (n/a)
  127. float 8 / 8
  128. double 4 / 4 (cl_khr_fp64)
  129. Half-precision Floating-point support (n/a)
  130. Single-precision Floating-point support (core)
  131. Denormals Yes
  132. Infinity and NANs Yes
  133. Round to nearest Yes
  134. Round to zero Yes
  135. Round to infinity Yes
  136. IEEE754-2008 fused multiply-add Yes
  137. Support is emulated in software No
  138. Correctly-rounded divide and sqrt operations Yes
  139. Double-precision Floating-point support (cl_khr_fp64)
  140. Denormals Yes
  141. Infinity and NANs Yes
  142. Round to nearest Yes
  143. Round to zero Yes
  144. Round to infinity Yes
  145. IEEE754-2008 fused multiply-add Yes
  146. Support is emulated in software No
  147. Address bits 64, Little-Endian
  148. Global memory size 31261519872 (29.11GiB)
  149. Error Correction support No
  150. Max memory allocation 8589934592 (8GiB)
  151. Unified memory for Host and Device Yes
  152. Minimum alignment for any data type 128 bytes
  153. Alignment of base address 1024 bits (128 bytes)
  154. Global Memory cache type Read/Write
  155. Global Memory cache size 2097152 (2MiB)
  156. Global Memory cache line size 64 bytes
  157. Image support Yes
  158. Max number of samplers per kernel 16
  159. Max size for 1D images from buffer 536870912 pixels
  160. Max 1D or 2D image array size 2048 images
  161. Max 2D image size 16384x16384 pixels
  162. Max 3D image size 2048x2048x2048 pixels
  163. Max number of read image args 128
  164. Max number of write image args 128
  165. Local memory type Global
  166. Local memory size 16384 (16KiB)
  167. Max number of constant args 8
  168. Max constant buffer size 16384 (16KiB)
  169. Max size of kernel argument 1024
  170. Queue properties
  171. Out-of-order execution Yes
  172. Profiling Yes
  173. Prefer user sync for interop Yes
  174. Profiling timer resolution 1ns
  175. Execution capabilities
  176. Run OpenCL kernels Yes
  177. Run native kernels Yes
  178. printf() buffer size 16777216 (16MiB)
  179. Built-in kernels (n/a)
  180. 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_3d_image_writes cl_khr_fp64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64
  181.  
  182.  
  183. NULL platform behavior
  184. clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) Clover
  185. clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) Success [MESA]
  186. clCreateContext(NULL, ...) [default] Success [MESA]
  187. clCreateContext(NULL, ...) [other] Success [POCL]
  188. clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) Success (1)
  189. Platform Name Clover
  190. Device Name AMD Radeon RX 580 Series (POLARIS10, DRM 3.35.0, 13.1-RELEASE-p1, LLVM 13.0.1)
  191. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
  192. clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) Success (1)
  193. Platform Name Clover
  194. Device Name AMD Radeon RX 580 Series (POLARIS10, DRM 3.35.0, 13.1-RELEASE-p1, LLVM 13.0.1)
  195. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
  196. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform
  197. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) Success (1)
  198. Platform Name Clover
  199. Device Name AMD Radeon RX 580 Series (POLARIS10, DRM 3.35.0, 13.1-RELEASE-p1, LLVM 13.0.1)
  200.  
  201. ICD loader properties
  202. ICD loader Name OpenCL ICD Loader
  203. ICD loader Vendor OCL Icd free software
  204. ICD loader Version 2.3.1
  205. ICD loader Profile OpenCL 3.0
  206. Segmentation fault (core dumped)
  207. root@user:/usr/home/user #
  208.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement