Advertisement
waterlubber

clinfo

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