Advertisement
desdemona

myślałam że jest wincyj constant memory

May 9th, 2015
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.29 KB | None | 0 0
  1. deviceQuery.exe Starting...
  2.  
  3.  CUDA Device Query (Runtime API) version (CUDART static linking)
  4.  
  5. Detected 1 CUDA Capable device(s)
  6.  
  7. Device 0: "GeForce GT 540M"
  8.   CUDA Driver Version / Runtime Version          7.0 / 7.0
  9.   CUDA Capability Major/Minor version number:    2.1
  10.   Total amount of global memory:                 2048 MBytes (2147483648 bytes)
  11.   ( 2) Multiprocessors, ( 48) CUDA Cores/MP:     96 CUDA Cores
  12.   GPU Max Clock rate:                            1344 MHz (1.34 GHz)
  13.   Memory Clock rate:                             800 Mhz
  14.   Memory Bus Width:                              128-bit
  15.   L2 Cache Size:                                 131072 bytes
  16.   Maximum Texture Dimension Size (x,y,z)         1D=(65536), 2D=(65536, 65535), 3D=(2048, 2048, 2048)
  17.   Maximum Layered 1D Texture Size, (num) layers  1D=(16384), 2048 layers
  18.   Maximum Layered 2D Texture Size, (num) layers  2D=(16384, 16384), 2048 layers
  19.   Total amount of constant memory:               65536 bytes
  20.   Total amount of shared memory per block:       49152 bytes
  21.   Total number of registers available per block: 32768
  22.   Warp size:                                     32
  23.   Maximum number of threads per multiprocessor:  1536
  24.   Maximum number of threads per block:           1024
  25.   Max dimension size of a thread block (x,y,z): (1024, 1024, 64)
  26.   Max dimension size of a grid size    (x,y,z): (65535, 65535, 65535)
  27.   Maximum memory pitch:                          2147483647 bytes
  28.   Texture alignment:                             512 bytes
  29.   Concurrent copy and kernel execution:          Yes with 1 copy engine(s)
  30.   Run time limit on kernels:                     Yes
  31.   Integrated GPU sharing Host Memory:            No
  32.   Support host page-locked memory mapping:       Yes
  33.   Alignment requirement for Surfaces:            Yes
  34.   Device has ECC support:                        Disabled
  35.   CUDA Device Driver Mode (TCC or WDDM):         WDDM (Windows Display Driver Model)
  36.   Device supports Unified Addressing (UVA):      Yes
  37.   Device PCI Domain ID / Bus ID / location ID:   0 / 1 / 0
  38.   Compute Mode:
  39.      < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
  40.  
  41. deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 7.0, CUDA Runtime Version = 7.0, NumDevs = 1, Device0 = GeForce GT 540M
  42. Result = PASS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement