Advertisement
Guest User

clinfoATIRadeon6750M

a guest
Feb 27th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. Output clinfo ATI Radeon 6750M
  2. Device Name ATI Radeon HD 6750M
  3. Device Vendor AMD
  4. Device Vendor ID 0x1021b00
  5. Device Version OpenCL 1.2
  6. Driver Version 1.2 (Jan 23 2020 07:52:16)
  7. Device OpenCL C Version OpenCL C 1.2
  8. Device Type GPU
  9. Device Profile FULL_PROFILE
  10. Device Available Yes
  11. Compiler Available Yes
  12. Linker Available Yes
  13. Max compute units 6
  14. Max clock frequency 597MHz
  15. Device Partition (core)
  16. Max number of sub-devices 0
  17. Supported partition types None
  18. Supported affinity domains (n/a)
  19. Max work item dimensions 3
  20. Max work item sizes 256x256x256
  21. Max work group size 256
  22. Preferred work group size multiple 64
  23. Preferred / native vector sizes
  24. char 16 / 16
  25. short 8 / 8
  26. int 4 / 4
  27. long 2 / 2
  28. half 0 / 0 (n/a)
  29. float 4 / 4
  30. double 0 / 0 (n/a)
  31. Half-precision Floating-point support (n/a)
  32. Single-precision Floating-point support (core)
  33. Denormals No
  34. Infinity and NANs Yes
  35. Round to nearest Yes
  36. Round to zero Yes
  37. Round to infinity Yes
  38. IEEE754-2008 fused multiply-add No
  39. Support is emulated in software No
  40. Correctly-rounded divide and sqrt operations No
  41. Double-precision Floating-point support (n/a)
  42. Address bits 32, Little-Endian
  43. Global memory size 536870912 (512MiB)
  44. Error Correction support No
  45. Max memory allocation 134217728 (128MiB)
  46. Unified memory for Host and Device No
  47. Minimum alignment for any data type 128 bytes
  48. Alignment of base address 32768 bits (4096 bytes)
  49. Global Memory cache type None
  50. Image support Yes
  51. Max number of samplers per kernel 16
  52. Max size for 1D images from buffer 65536 pixels
  53. Max 1D or 2D image array size 2048 images
  54. Base address alignment for 2D image buffers 256 bytes
  55. Pitch alignment for 2D image buffers 256 pixels
  56. Max 2D image size 16384x16384 pixels
  57. Max 3D image size 2048x2048x2048 pixels
  58. Max number of read image args 128
  59. Max number of write image args 8
  60. Local memory type Local
  61. Local memory size 32768 (32KiB)
  62. Max number of constant args 8
  63. Max constant buffer size 65536 (64KiB)
  64. Max size of kernel argument 1024
  65. Queue properties
  66. Out-of-order execution No
  67. Profiling Yes
  68. Prefer user sync for interop Yes
  69. Profiling timer resolution 37ns
  70. Execution capabilities
  71. Run OpenCL kernels Yes
  72. Run native kernels No
  73. printf() buffer size 67108864 (64MiB)
  74. Built-in kernels (n/a)
  75. Device Extensions cl_APPLE_SetMemObjectDestructor cl_APPLE_ContextLoggingFunctions cl_APPLE_clut cl_APPLE_query_kernel_names cl_APPLE_gl_sharing cl_khr_gl_event 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_image2d_from_buffer cl_khr_depth_images
  76.  
  77. NULL platform behavior
  78. clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) Apple
  79. clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) Success [P0]
  80. clCreateContext(NULL, ...) [default] Success [P0]
  81. clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) Success (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement