Advertisement
Guest User

deviceQuery output

a guest
Jan 21st, 2011
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. ./opt/NVIDIA_GPU_Computing_SDK/C/bin/linux/release/deviceQuery Starting...
  2.  
  3. CUDA Device Query (Runtime API) version (CUDART static linking)
  4.  
  5. There are 4 devices supporting CUDA
  6.  
  7. Device 0: "GeForce GTX 480"
  8. CUDA Driver Version: 3.20
  9. CUDA Runtime Version: 3.10
  10. CUDA Capability Major/Minor version number: 2.0
  11. Total amount of global memory: 1609760768 bytes
  12. Multiprocessors x Cores/MP = Cores: 15 (MP) x 32 (Cores/MP) = 480 (Cores)
  13. Total amount of constant memory: 65536 bytes
  14. Total amount of shared memory per block: 49152 bytes
  15. Total number of registers available per block: 32768
  16. Warp size: 32
  17. Maximum number of threads per block: 1024
  18. Maximum sizes of each dimension of a block: 1024 x 1024 x 64
  19. Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
  20. Maximum memory pitch: 2147483647 bytes
  21. Texture alignment: 512 bytes
  22. Clock rate: 1.40 GHz
  23. Concurrent copy and execution: Yes
  24. Run time limit on kernels: No
  25. Integrated: No
  26. Support host page-locked memory mapping: Yes
  27. Compute mode: Default (multiple host threads can use this device simultaneously)
  28. Concurrent kernel execution: Yes
  29. Device has ECC support enabled: No
  30. Device is using TCC driver mode: No
  31.  
  32. Device 1: "GeForce GTX 480"
  33. CUDA Driver Version: 3.20
  34. CUDA Runtime Version: 3.10
  35. CUDA Capability Major/Minor version number: 2.0
  36. Total amount of global memory: 1610285056 bytes
  37. Multiprocessors x Cores/MP = Cores: 15 (MP) x 32 (Cores/MP) = 480 (Cores)
  38. Total amount of constant memory: 65536 bytes
  39. Total amount of shared memory per block: 49152 bytes
  40. Total number of registers available per block: 32768
  41. Warp size: 32
  42. Maximum number of threads per block: 1024
  43. Maximum sizes of each dimension of a block: 1024 x 1024 x 64
  44. Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
  45. Maximum memory pitch: 2147483647 bytes
  46. Texture alignment: 512 bytes
  47. Clock rate: 1.40 GHz
  48. Concurrent copy and execution: Yes
  49. Run time limit on kernels: No
  50. Integrated: No
  51. Support host page-locked memory mapping: Yes
  52. Compute mode: Default (multiple host threads can use this device simultaneously)
  53. Concurrent kernel execution: Yes
  54. Device has ECC support enabled: No
  55. Device is using TCC driver mode: No
  56.  
  57. Device 2: "GeForce GTX 480"
  58. CUDA Driver Version: 3.20
  59. CUDA Runtime Version: 3.10
  60. CUDA Capability Major/Minor version number: 2.0
  61. Total amount of global memory: 1610285056 bytes
  62. Multiprocessors x Cores/MP = Cores: 15 (MP) x 32 (Cores/MP) = 480 (Cores)
  63. Total amount of constant memory: 65536 bytes
  64. Total amount of shared memory per block: 49152 bytes
  65. Total number of registers available per block: 32768
  66. Warp size: 32
  67. Maximum number of threads per block: 1024
  68. Maximum sizes of each dimension of a block: 1024 x 1024 x 64
  69. Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
  70. Maximum memory pitch: 2147483647 bytes
  71. Texture alignment: 512 bytes
  72. Clock rate: 1.40 GHz
  73. Concurrent copy and execution: Yes
  74. Run time limit on kernels: No
  75. Integrated: No
  76. Support host page-locked memory mapping: Yes
  77. Compute mode: Default (multiple host threads can use this device simultaneously)
  78. Concurrent kernel execution: Yes
  79. Device has ECC support enabled: No
  80. Device is using TCC driver mode: No
  81.  
  82. Device 3: "GeForce GTX 480"
  83. CUDA Driver Version: 3.20
  84. CUDA Runtime Version: 3.10
  85. CUDA Capability Major/Minor version number: 2.0
  86. Total amount of global memory: 1610285056 bytes
  87. Multiprocessors x Cores/MP = Cores: 15 (MP) x 32 (Cores/MP) = 480 (Cores)
  88. Total amount of constant memory: 65536 bytes
  89. Total amount of shared memory per block: 49152 bytes
  90. Total number of registers available per block: 32768
  91. Warp size: 32
  92. Maximum number of threads per block: 1024
  93. Maximum sizes of each dimension of a block: 1024 x 1024 x 64
  94. Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
  95. Maximum memory pitch: 2147483647 bytes
  96. Texture alignment: 512 bytes
  97. Clock rate: 1.40 GHz
  98. Concurrent copy and execution: Yes
  99. Run time limit on kernels: No
  100. Integrated: No
  101. Support host page-locked memory mapping: Yes
  102. Compute mode: Default (multiple host threads can use this device simultaneously)
  103. Concurrent kernel execution: Yes
  104. Device has ECC support enabled: No
  105. Device is using TCC driver mode: No
  106.  
  107. deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 3.20, CUDA Runtime Version = 3.10, NumDevs = 4, Device = GeForce GTX 480, Device = GeForce GTX 480
  108.  
  109.  
  110. PASSED
  111.  
  112. Press <Enter> to Quit...
  113. -----------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement