Guest User

Untitled

a guest
Jun 25th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. root@o745:~/NVIDIA_GPU_Computing_SDK/C/bin/linux/release# ./deviceQuery
  2. [deviceQuery] starting...
  3. ./deviceQuery Starting...
  4. CUDA Device Query (Runtime API) version (CUDART static linking)
  5. Found 2 CUDA Capable device(s)
  6.  
  7. Device 0: "GeForce GTX 550 Ti"
  8. CUDA Driver Version / Runtime Version 4.0 / 4.0
  9. CUDA Capability Major/Minor version number: 2.1
  10. Total amount of global memory: 1023 MBytes (1072889856 bytes)
  11. ( 4) Multiprocessors x (48) CUDA Cores/MP: 192 CUDA Cores
  12. GPU Clock Speed: 1.90 GHz
  13. Memory Clock rate: 2178.00 Mhz
  14. Memory Bus Width: 192-bit
  15. L2 Cache Size: 393216 bytes
  16. Max Texture Dimension Size (x,y,z) 1D=(65536), 2D=(65536,65535), 3D=(2048,2048,2048)
  17. Max Layered Texture Size (dim) x layers 1D=(16384) x 2048, 2D=(16384,16384) x 2048
  18. Total amount of constant memory: 65536 bytes
  19. Total amount of shared memory per block: 49152 bytes
  20. Total number of registers available per block: 32768
  21. Warp size: 32
  22. Maximum number of threads per block: 1024
  23. Maximum sizes of each dimension of a block: 1024 x 1024 x 64
  24. Maximum sizes of each dimension of a grid: 65535 x 65535 x 65535 Maximum memory pitch: 2147483647 bytes
  25. Texture alignment: 512 bytes
  26. Concurrent copy and execution: Yes with 2 copy engine(s) Run time limit on kernels: No
  27. Integrated GPU sharing Host Memory: No
  28. Support host page-locked memory mapping: Yes
  29. Concurrent kernel execution: Yes
  30. Alignment requirement for Surfaces: Yes
  31. Device has ECC support enabled: No
  32.  
  33. Device is using TCC driver mode: No
  34. Device supports Unified Addressing (UVA): Yes
  35. Device PCI Bus ID / PCI location ID: 1 / 0
  36. Compute Mode:
  37. < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
  38.  
  39. Device 1: "ION"
  40. CUDA Driver Version / Runtime Version 4.0 / 4.0
  41. CUDA Capability Major/Minor version number: 1.2
  42. Total amount of global memory: 512 MBytes (536608768 bytes)
  43. ( 2) Multiprocessors x ( 8) CUDA Cores/MP: 16 CUDA Cores
  44. GPU Clock Speed: 1.40 GHz
  45. Memory Clock rate: 790.00 Mhz
  46. Memory Bus Width: 64-bit
  47. Max Texture Dimension Size (x,y,z) 1D=(8192), 2D=(65536,32768), 3D=(2048,2048,2048)
  48. Max Layered Texture Size (dim) x layers 1D=(8192) x 512, 2D=(8192,8192) x 512
  49. Total amount of constant memory: 65536 bytes
  50. Total amount of shared memory per block: 16384 bytes
  51. Total number of registers available per block: 16384
  52. Warp size: 32
  53. Maximum number of threads per block: 512
  54. Maximum sizes of each dimension of a block: 512 x 512 x 64
  55. Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
  56. Maximum memory pitch: 2147483647 bytes
  57. Texture alignment: 256 bytes
  58. Concurrent copy and execution: Yes with 1 copy engine(s)
  59. Run time limit on kernels: No
  60. Integrated GPU sharing Host Memory: No
  61. Support host page-locked memory mapping: Yes
  62. Concurrent kernel execution: No
  63. Alignment requirement for Surfaces: Yes
  64. Device has ECC support enabled: No
  65. Device is using TCC driver mode: No
  66. Device supports Unified Addressing (UVA): No
  67. Device PCI Bus ID / PCI location ID: 2 / 0
  68. Compute Mode:
  69. < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
  70.  
  71. deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 4.0, CUDA Runtime Version = 4.0, NumDevs = 2, Device = GeForce GTX 550 Ti, Device = ION
  72. [deviceQuery] test results...
  73. PASSED
Advertisement
Add Comment
Please, Sign In to add comment