Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. Number of platforms 1
  2. Platform Name Clover
  3. Platform Vendor Mesa
  4. Platform Version OpenCL 1.1 Mesa 18.3.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 CEDAR (DRM 2.50.0 / 4.19.0-6-amd64, LLVM 7.0.1)
  12. Device Vendor AMD
  13. Device Vendor ID 0x1002
  14. Device Version OpenCL 1.1 Mesa 18.3.6
  15. Driver Version 18.3.6
  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 2
  22. Max clock frequency 650MHz
  23. Max work item dimensions 3
  24. Max work item sizes 256x256x256
  25. Max work group size 256
  26. Preferred work group size multiple 32
  27. Preferred / native vector sizes
  28. char 16 / 16
  29. short 8 / 8
  30. int 4 / 4
  31. long 2 / 2
  32. half 0 / 0 (n/a)
  33. float 4 / 4
  34. double 0 / 0 (n/a)
  35. Half-precision Floating-point support (n/a)
  36. Single-precision Floating-point support (core)
  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. Correctly-rounded divide and sqrt operations No
  45. Double-precision Floating-point support (n/a)
  46. Address bits 32, Little-Endian
  47. Global memory size 1071505408 (1022MiB)
  48. Error Correction support No
  49. Max memory allocation 375809638 (358.4MiB)
  50. Unified memory for Host and Device No
  51. Minimum alignment for any data type 128 bytes
  52. Alignment of base address 32768 bits (4096 bytes)
  53. Global Memory cache type None
  54. Image support No
  55. Local memory type Local
  56. Local memory size 32768 (32KiB)
  57. Max number of constant args 15
  58. Max constant buffer size 375809638 (358.4MiB)
  59. Max size of kernel argument 1024
  60. Queue properties
  61. Out-of-order execution No
  62. Profiling Yes
  63. Profiling timer resolution 0ns
  64. Execution capabilities
  65. Run OpenCL kernels Yes
  66. Run native kernels No
  67. 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
  68.  
  69. NULL platform behavior
  70. clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) Clover
  71. clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) Success [MESA]
  72. clCreateContext(NULL, ...) [default] Success [MESA]
  73. clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) Success (1)
  74. Platform Name Clover
  75. Device Name AMD CEDAR (DRM 2.50.0 / 4.19.0-6-amd64, LLVM 7.0.1)
  76. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
  77. clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) Success (1)
  78. Platform Name Clover
  79. Device Name AMD CEDAR (DRM 2.50.0 / 4.19.0-6-amd64, LLVM 7.0.1)
  80. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
  81. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform
  82. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) Success (1)
  83. Platform Name Clover
  84. Device Name AMD CEDAR (DRM 2.50.0 / 4.19.0-6-amd64, LLVM 7.0.1)
  85.  
  86. ICD loader properties
  87. ICD loader Name OpenCL ICD Loader
  88. ICD loader Vendor OCL Icd free software
  89. ICD loader Version 2.2.12
  90. ICD loader Profile OpenCL 2.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement