Advertisement
Guest User

Untitled

a guest
May 19th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. Number of platforms 1
  2. Platform Name Intel(R) OpenCL
  3. Platform Vendor Intel(R) Corporation
  4. Platform Version OpenCL 1.2 LINUX
  5. Platform Profile FULL_PROFILE
  6. Platform Extensions cl_khr_icd 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_depth_images cl_khr_3d_image_writes cl_intel_exec_by_local_thread cl_khr_spir cl_khr_fp64
  7. Platform Extensions function suffix INTEL
  8.  
  9. Platform Name Intel(R) OpenCL
  10. Number of devices 1
  11. Device Name Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
  12. Device Vendor Intel(R) Corporation
  13. Device Vendor ID 0x8086
  14. Device Version OpenCL 1.2 (Build 400)
  15. Driver Version 1.2.0.400
  16. Device OpenCL C Version OpenCL C 1.2
  17. Device Type CPU
  18. Device Profile FULL_PROFILE
  19. Max compute units 4
  20. Max clock frequency 1900MHz
  21. Device Partition (core)
  22. Max number of sub-devices 4
  23. Supported partition types by counts, equally, by names (Intel)
  24. Max work item dimensions 3
  25. Max work item sizes 8192x8192x8192
  26. Max work group size 8192
  27. Preferred work group size multiple 128
  28. Preferred / native vector sizes
  29. char 1 / 32
  30. short 1 / 16
  31. int 1 / 8
  32. long 1 / 4
  33. half 0 / 0 (n/a)
  34. float 1 / 8
  35. double 1 / 4 (cl_khr_fp64)
  36. Half-precision Floating-point support (n/a)
  37. Single-precision Floating-point support (core)
  38. Denormals Yes
  39. Infinity and NANs Yes
  40. Round to nearest Yes
  41. Round to zero No
  42. Round to infinity No
  43. IEEE754-2008 fused multiply-add No
  44. Support is emulated in software No
  45. Correctly-rounded divide and sqrt operations No
  46. Double-precision Floating-point support (cl_khr_fp64)
  47. Denormals Yes
  48. Infinity and NANs Yes
  49. Round to nearest Yes
  50. Round to zero Yes
  51. Round to infinity Yes
  52. IEEE754-2008 fused multiply-add Yes
  53. Support is emulated in software No
  54. Correctly-rounded divide and sqrt operations No
  55. Address bits 64, Little-Endian
  56. Global memory size 4044312576 (3.767GiB)
  57. Error Correction support No
  58. Max memory allocation 1011078144 (964.2MiB)
  59. Unified memory for Host and Device Yes
  60. Minimum alignment for any data type 128 bytes
  61. Alignment of base address 1024 bits (128 bytes)
  62. Global Memory cache type Read/Write
  63. Global Memory cache size 262144
  64. Global Memory cache line 64 bytes
  65. Image support Yes
  66. Max number of samplers per kernel 480
  67. Max size for 1D images from buffer 63192384 pixels
  68. Max 1D or 2D image array size 2048 images
  69. Max 2D image size 16384x16384 pixels
  70. Max 3D image size 2048x2048x2048 pixels
  71. Max number of read image args 480
  72. Max number of write image args 480
  73. Local memory type Global
  74. Local memory size 32768 (32KiB)
  75. Max constant buffer size 131072 (128KiB)
  76. Max number of constant args 480
  77. Max size of kernel argument 3840 (3.75KiB)
  78. Queue properties
  79. Out-of-order execution Yes
  80. Profiling Yes
  81. Local thread execution (Intel) Yes
  82. Prefer user sync for interop No
  83. Profiling timer resolution 1ns
  84. Execution capabilities
  85. Run OpenCL kernels Yes
  86. Run native kernels Yes
  87. SPIR versions 1.2
  88. printf() buffer size 1048576 (1024KiB)
  89. Built-in kernels
  90. Device Available Yes
  91. Compiler Available Yes
  92. Linker Available Yes
  93. Device Extensions cl_khr_icd 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_depth_images cl_khr_3d_image_writes cl_intel_exec_by_local_thread cl_khr_spir cl_khr_fp64
  94.  
  95. NULL platform behavior
  96. clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform
  97. clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform
  98. clCreateContext(NULL, ...) [default] No platform
  99. clCreateContext(NULL, ...) [other] Success [INTEL]
  100. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No platform
  101. clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No platform
  102. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No platform
  103. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No platform
  104. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No platform
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement