Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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: "TITAN V"
  8. CUDA Driver Version / Runtime Version 9.1 / 9.1
  9. CUDA Capability Major/Minor version number: 7.0
  10. Total amount of global memory: 12288 MBytes (12884901888 bytes)
  11. (80) Multiprocessors, ( 64) CUDA Cores/MP: 5120 CUDA Cores
  12. GPU Max Clock rate: 1455 MHz (1.46 GHz)
  13. Memory Clock rate: 850 Mhz
  14. Memory Bus Width: 3072-bit
  15. L2 Cache Size: 4718592 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 7 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 = 9.1, CUDA Runtime Version = 9.1, NumDevs = 1, Device0 = TITAN V
  42. Result = PASS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement