Advertisement
Guest User

Untitled

a guest
Jan 4th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.28 KB | None | 0 0
  1. Number of platforms:                 1
  2.   Platform Profile:              FULL_PROFILE
  3.   Platform Version:              OpenCL 1.2 CUDA 9.1.0
  4.   Platform Name:                 NVIDIA CUDA
  5.   Platform Vendor:               NVIDIA Corporation
  6.   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
  7.  
  8.  
  9.   Platform Name:                 NVIDIA CUDA
  10. Number of devices:               1
  11.   Device Type:                   CL_DEVICE_TYPE_GPU
  12.   Vendor ID:                     10deh
  13.   Max compute units:                 3
  14.   Max work items dimensions:             3
  15.     Max work items[0]:               1024
  16.     Max work items[1]:               1024
  17.     Max work items[2]:               64
  18.   Max work group size:               1024
  19.   Preferred vector width char:           1
  20.   Preferred vector width short:          1
  21.   Preferred vector width int:            1
  22.   Preferred vector width long:           1
  23.   Preferred vector width float:          1
  24.   Preferred vector width double:         1
  25.   Native vector width char:          1
  26.   Native vector width short:             1
  27.   Native vector width int:           1
  28.   Native vector width long:          1
  29.   Native vector width float:             1
  30.   Native vector width double:            1
  31.   Max clock frequency:               980Mhz
  32.   Address bits:                  64
  33.   Max memory allocation:             257441792
  34.   Image support:                 Yes
  35.   Max number of images read arguments:       256
  36.   Max number of images write arguments:      16
  37.   Max image 2D width:                16384
  38.   Max image 2D height:               16384
  39.   Max image 3D width:                4096
  40.   Max image 3D height:               4096
  41.   Max image 3D depth:                4096
  42.   Max samplers within kernel:            32
  43.   Max size of kernel argument:           4352
  44.   Alignment (bits) of base address:      4096
  45.   Minimum alignment (bytes) for any datatype:    128
  46.   Single precision floating point capability
  47.     Denorms:                     Yes
  48.     Quiet NaNs:                  Yes
  49.     Round to nearest even:           Yes
  50.     Round to zero:               Yes
  51.     Round to +ve and infinity:           Yes
  52.     IEEE754-2008 fused multiply-add:         Yes
  53.   Cache type:                    Read/Write
  54.   Cache line size:               128
  55.   Cache size:                    49152
  56.   Global memory size:                1029767168
  57.   Constant buffer size:              65536
  58.   Max number of constant args:           9
  59.   Local memory type:                 Scratchpad
  60.   Local memory size:                 49152
  61.   Kernel Preferred work group size multiple:     32
  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 on Host properties:              
  72.     Out-of-Order:                Yes
  73.     Profiling :                  Yes
  74.   Platform ID:                   0x21060f0
  75.   Name:                      GeForce 940M
  76.   Vendor:                    NVIDIA Corporation
  77.   Device OpenCL C version:           OpenCL C 1.2
  78.   Driver version:                387.12
  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 cl_nv_create_buffer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement