Advertisement
Guest User

Untitled

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