Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. ./deviceQuery 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 GTX 1060 6GB"
  8. CUDA Driver Version / Runtime Version 8.0 / 8.0
  9. CUDA Capability Major/Minor version number: 6.1
  10. Total amount of global memory: 6073 MBytes (6367739904 bytes)
  11. (10) Multiprocessors, (128) CUDA Cores/MP: 1280 CUDA Cores
  12. GPU Max Clock rate: 1785 MHz (1.78 GHz)
  13. Memory Clock rate: 4004 Mhz
  14. Memory Bus Width: 192-bit
  15. L2 Cache Size: 1572864 bytes
  16. Maximum Texture Dimension Size (x,y,z) 1D=(131072), 2D=(131072, 65536), 3D=(16384, 16384, 16384)
  17. Maximum Layered 1D Texture Size, (num) layers 1D=(32768), 2048 layers
  18. Maximum Layered 2D Texture Size, (num) layers 2D=(32768, 32768), 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: 65536
  22. Warp size: 32
  23. Maximum number of threads per multiprocessor: 2048
  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): (2147483647, 65535, 65535)
  27. Maximum memory pitch: 2147483647 bytes
  28. Texture alignment: 512 bytes
  29. Concurrent copy and kernel execution: Yes with 2 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. Device supports Unified Addressing (UVA): Yes
  36. Device PCI Domain ID / Bus ID / location ID: 0 / 1 / 0
  37. Compute Mode:
  38. < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
  39.  
  40. deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 8.0, CUDA Runtime Version = 8.0, NumDevs = 1, Device0 = GeForce GTX 1060 6GB
  41. Result = PASS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement