Advertisement
Guest User

Untitled

a guest
Jun 25th, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. CUDA Device Query (Runtime API) version (CUDART static linking)
  2.  
  3. Found 1 CUDA Capable device(s)
  4.  
  5. Device 0: "ION"
  6. CUDA Driver Version / Runtime Version 4.0 / 4.0
  7. CUDA Capability Major/Minor version number: 1.2
  8. Total amount of global memory: 512 MBytes (536608768 bytes)
  9. ( 2) Multiprocessors x ( 8) CUDA Cores/MP: 16 CUDA Cores
  10. GPU Clock Speed: 1.40 GHz
  11. Memory Clock rate: 790.00 Mhz
  12. Memory Bus Width: 64-bit
  13. Max Texture Dimension Size (x,y,z) 1D=(8192), 2D=(65536,32768), 3D=(2048,2048,2048)
  14. Max Layered Texture Size (dim) x layers 1D=(8192) x 512, 2D=(8192,8192) x 512
  15. Total amount of constant memory: 65536 bytes
  16. Total amount of shared memory per block: 16384 bytes
  17. Total number of registers available per block: 16384
  18. Warp size: 32
  19. Maximum number of threads per block: 512
  20. Maximum sizes of each dimension of a block: 512 x 512 x 64
  21. Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
  22. Maximum memory pitch: 2147483647 bytes
  23. Texture alignment: 256 bytes
  24. Concurrent copy and execution: Yes with 1 copy engine(s)
  25. Run time limit on kernels: No
  26. Integrated GPU sharing Host Memory: No
  27. Support host page-locked memory mapping: Yes
  28. Concurrent kernel execution: No
  29. Alignment requirement for Surfaces: Yes
  30. Device has ECC support enabled: No
  31. Device is using TCC driver mode: No
  32. Device supports Unified Addressing (UVA): No
  33. Device PCI Bus ID / PCI location ID: 2 / 0
  34. Compute Mode:
  35. < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
  36.  
  37. deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 4.0, CUDA Runtime Version = 4.0, NumDevs = 1, Device = ION
  38. [deviceQuery] test results...
  39. PASSED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement