Advertisement
Guest User

Clinfo

a guest
Jun 13th, 2020
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.57 KB | None | 0 0
  1. clinfo
  2. Number of platforms 1
  3. Platform Name NVIDIA CUDA
  4. Platform Vendor NVIDIA Corporation
  5. Platform Version OpenCL 1.2 CUDA 9.1.84
  6. Platform Profile FULL_PROFILE
  7. Platform 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_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer
  8. Platform Extensions function suffix NV
  9.  
  10. Platform Name NVIDIA CUDA
  11. Number of devices 1
  12. Device Name GeForce GTX 1070
  13. Device Vendor NVIDIA Corporation
  14. Device Vendor ID 0x10de
  15. Device Version OpenCL 1.2 CUDA
  16. Driver Version 390.132
  17. Device OpenCL C Version OpenCL C 1.2
  18. Device Type GPU
  19. Device Topology (NV) PCI-E, 01:00.0
  20. Device Profile FULL_PROFILE
  21. Device Available Yes
  22. Compiler Available Yes
  23. Linker Available Yes
  24. Max compute units 15
  25. Max clock frequency 1835MHz
  26. Compute Capability (NV) 6.1
  27. Device Partition (core)
  28. Max number of sub-devices 1
  29. Supported partition types None
  30. Max work item dimensions 3
  31. Max work item sizes 1024x1024x64
  32. Max work group size 1024
  33. Preferred work group size multiple 32
  34. Warp size (NV) 32
  35. Preferred / native vector sizes
  36. char 1 / 1
  37. short 1 / 1
  38. int 1 / 1
  39. long 1 / 1
  40. half 0 / 0 (n/a)
  41. float 1 / 1
  42. double 1 / 1 (cl_khr_fp64)
  43. Half-precision Floating-point support (n/a)
  44. Single-precision Floating-point support (core)
  45. Denormals Yes
  46. Infinity and NANs Yes
  47. Round to nearest Yes
  48. Round to zero Yes
  49. Round to infinity Yes
  50. IEEE754-2008 fused multiply-add Yes
  51. Support is emulated in software No
  52. Correctly-rounded divide and sqrt operations Yes
  53. Double-precision Floating-point support (cl_khr_fp64)
  54. Denormals Yes
  55. Infinity and NANs Yes
  56. Round to nearest Yes
  57. Round to zero Yes
  58. Round to infinity Yes
  59. IEEE754-2008 fused multiply-add Yes
  60. Support is emulated in software No
  61. Address bits 64, Little-Endian
  62. Global memory size 8510701568 (7.926GiB)
  63. Error Correction support No
  64. Max memory allocation 2127675392 (1.982GiB)
  65. Unified memory for Host and Device No
  66. Integrated memory (NV) No
  67. Minimum alignment for any data type 128 bytes
  68. Alignment of base address 4096 bits (512 bytes)
  69. Global Memory cache type Read/Write
  70. Global Memory cache size 245760 (240KiB)
  71. Global Memory cache line size 128 bytes
  72. Image support Yes
  73. Max number of samplers per kernel 32
  74. Max size for 1D images from buffer 134217728 pixels
  75. Max 1D or 2D image array size 2048 images
  76. Max 2D image size 16384x32768 pixels
  77. Max 3D image size 16384x16384x16384 pixels
  78. Max number of read image args 256
  79. Max number of write image args 16
  80. Local memory type Local
  81. Local memory size 49152 (48KiB)
  82. Registers per block (NV) 65536
  83. Max number of constant args 9
  84. Max constant buffer size 65536 (64KiB)
  85. Max size of kernel argument 4352 (4.25KiB)
  86. Queue properties
  87. Out-of-order execution Yes
  88. Profiling Yes
  89. Prefer user sync for interop No
  90. Profiling timer resolution 1000ns
  91. Execution capabilities
  92. Run OpenCL kernels Yes
  93. Run native kernels No
  94. Kernel execution timeout (NV) Yes
  95. Concurrent copy and kernel execution (NV) Yes
  96. Number of async copy engines 2
  97. printf() buffer size 1048576 (1024KiB)
  98. Built-in kernels
  99. 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_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer
  100.  
  101. NULL platform behavior
  102. clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) NVIDIA CUDA
  103. clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) Success [NV]
  104. clCreateContext(NULL, ...) [default] Success [NV]
  105. clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) No platform
  106. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
  107. clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No platform
  108. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
  109. clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) Invalid device type for platform
  110. clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No platform
  111.  
  112. ICD loader properties
  113. ICD loader Name OpenCL ICD Loader
  114. ICD loader Vendor OCL Icd free software
  115. ICD loader Version 2.2.11
  116. ICD loader Profile OpenCL 2.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement