bolster

Untitled

Apr 8th, 2011
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. CUDA Device Query (Runtime API) version (CUDART static linking)
  2. There are 2 devices supporting CUDA
  3.  
  4. Device 0: "Tesla C1060"
  5. CUDA Capability Major revision number: 1
  6. CUDA Capability Minor revision number: 3
  7. Total amount of global memory: 4294705152 bytes
  8. Number of multiprocessors: 30
  9. Number of cores: 240
  10. Total amount of constant memory: 65536 bytes
  11. Total amount of shared memory per block: 16384 bytes
  12. Total number of registers available per block: 16384
  13. Warp size: 32
  14. Maximum number of threads per block: 512
  15. Maximum sizes of each dimension of a block: 512 x 512 x 64
  16. Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
  17. Maximum memory pitch: 262144 bytes
  18. Texture alignment: 256 bytes
  19. Clock rate: 1.30 GHz
  20. Concurrent copy and execution: Yes
  21. Run time limit on kernels: No
  22. Integrated: No
  23. Support host page-locked memory mapping: Yes
  24. Compute mode: Default (multiple host threads
  25. can use this device simultaneously)
  26.  
  27. Device 1: "Quadro FX 580"
  28. CUDA Capability Major revision number: 1
  29. CUDA Capability Minor revision number: 1
  30. Total amount of global memory: 536543232 bytes
  31. Number of multiprocessors: 4
  32. Number of cores: 32
  33. Total amount of constant memory: 65536 bytes
  34. Total amount of shared memory per block: 16384 bytes
  35. Total number of registers available per block: 8192
  36. Warp size: 32
  37. Maximum number of threads per block: 512
  38. Maximum sizes of each dimension of a block: 512 x 512 x 64
  39. Maximum sizes of each dimension of a grid: 65535 x 65535 x 1
  40. Maximum memory pitch: 262144 bytes
  41. Texture alignment: 256 bytes
  42. Clock rate: 1.10 GHz
  43. Concurrent copy and execution: Yes
  44. Run time limit on kernels: Yes
  45. Integrated: No
  46. Support host page-locked memory mapping: No
  47. Compute mode: Default (multiple host threads
  48. can use this device simultaneously)
  49.  
  50. Test PASSED
  51.  
  52. Press ENTER to exit...
Advertisement
Add Comment
Please, Sign In to add comment