Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. clinfo: /usr/local/cuda-8.0/lib64/libOpenCL.so.1: no version information available (required by clinfo)
  2. Number of platforms: 1
  3. Platform Profile: FULL_PROFILE
  4. Platform Version: OpenCL 1.2 CUDA 8.0.0
  5. Platform Name: NVIDIA CUDA
  6. Platform Vendor: NVIDIA Corporation
  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
  8.  
  9.  
  10. Platform Name: NVIDIA CUDA
  11. Number of devices: 1
  12. Device Type: CL_DEVICE_TYPE_GPU
  13. Device ID: 4318
  14. Max compute units: 15
  15. Max work items dimensions: 3
  16. Max work items[0]: 1024
  17. Max work items[1]: 1024
  18. Max work items[2]: 64
  19. Max work group size: 1024
  20. Preferred vector width char: 1
  21. Preferred vector width short: 1
  22. Preferred vector width int: 1
  23. Preferred vector width long: 1
  24. Preferred vector width float: 1
  25. Preferred vector width double: 1
  26. Native vector width char: 1
  27. Native vector width short: 1
  28. Native vector width int: 1
  29. Native vector width long: 1
  30. Native vector width float: 1
  31. Native vector width double: 1
  32. Max clock frequency: 1771Mhz
  33. Address bits: 64
  34. Max memory allocation: 2133180416
  35. Image support: Yes
  36. Max number of images read arguments: 256
  37. Max number of images write arguments: 16
  38. Max image 2D width: 16384
  39. Max image 2D height: 32768
  40. Max image 3D width: 16384
  41. Max image 3D height: 16384
  42. Max image 3D depth: 16384
  43. Max samplers within kernel: 32
  44. Max size of kernel argument: 4352
  45. Alignment (bits) of base address: 4096
  46. Minimum alignment (bytes) for any datatype: 128
  47. Single precision floating point capability
  48. Denorms: Yes
  49. Quiet NaNs: Yes
  50. Round to nearest even: Yes
  51. Round to zero: Yes
  52. Round to +ve and infinity: Yes
  53. IEEE754-2008 fused multiply-add: Yes
  54. Cache type: Read/Write
  55. Cache line size: 128
  56. Cache size: 245760
  57. Global memory size: 8532721664
  58. Constant buffer size: 65536
  59. Max number of constant args: 9
  60. Local memory type: Local
  61. Local memory size: 49152
  62. Error correction support: 0
  63. Unified memory for Host and Device: 0
  64. Profiling timer resolution: 1000
  65. Device endianess: Little
  66. Available: Yes
  67. Compiler available: Yes
  68. Execution capabilities:
  69. Execute OpenCL kernels: Yes
  70. Execute native function: No
  71. Queue properties:
  72. Out-of-Order: Yes
  73. Profiling : Yes
  74. Platform ID: 0x1f61750
  75. Name: GeForce GTX 1070
  76. Vendor: NVIDIA Corporation
  77. Device OpenCL C version: OpenCL C 1.2
  78. Driver version: 375.20
  79. Profile: FULL_PROFILE
  80. Version: OpenCL 1.2 CUDA
  81. 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement