Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. Number of platforms 1
  2. Platform Name Clover
  3. Platform Vendor Mesa
  4. Platform Version OpenCL 1.1 MESA 11.2.0
  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 BARTS (DRM 2.43.0, LLVM 3.8.0)
  12. Device Vendor AMD
  13. Device Vendor ID 0x1002
  14. Device Version OpenCL 1.1 MESA 11.2.0
  15. Driver Version 11.2.0
  16. Device OpenCL C Version OpenCL C 1.1
  17. Device Type GPU
  18. Device Profile FULL_PROFILE
  19. Max compute units 6
  20. Max clock frequency 775MHz
  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 0 / 0 (n/a)
  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 (n/a)
  44. Address bits 32, Little-Endian
  45. Global memory size 1073741824 (1024MiB)
  46. Error Correction support No
  47. Max memory allocation 268435456 (256MiB)
  48. Unified memory for Host and Device Yes
  49. Minimum alignment for any data type 128 bytes
  50. Alignment of base address 1024 bits (128 bytes)
  51. Global Memory cache type None
  52. Image support No
  53. Local memory type Local
  54. Local memory size 32768 (32KiB)
  55. Max constant buffer size 268435456 (256MiB)
  56. Max number of constant args 13
  57. Max size of kernel argument 1024
  58. Queue properties
  59. Out-of-order execution No
  60. Profiling Yes
  61. Profiling timer resolution 0ns
  62. Execution capabilities
  63. Run OpenCL kernels Yes
  64. Run native kernels No
  65. Device Available Yes
  66. Compiler Available Yes
  67. 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
  68.  
  69. NULL platform behavior
  70. clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform
  71. clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform
  72. clCreateContext(NULL, ...) [default] No platform
  73. clCreateContext(NULL, ...) [other] Success [MESA]
  74. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No platform
  75. clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No platform
  76. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No platform
  77. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No platform
  78. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No platform
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement