Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Device 0: "Xavier"
  2. CUDA Driver Version / Runtime Version 10.0 / 10.0
  3. CUDA Capability Major/Minor version number: 7.2
  4. Total amount of global memory: 15700 MBytes (16462909440 bytes)
  5. ( 8) Multiprocessors, ( 64) CUDA Cores/MP: 512 CUDA Cores
  6. GPU Max Clock rate: 1500 MHz (1.50 GHz)
  7. Memory Clock rate: 1377 Mhz
  8. Memory Bus Width: 256-bit
  9. L2 Cache Size: 524288 bytes
  10. Maximum Texture Dimension Size (x,y,z) 1D=(131072), 2D=(131072, 65536), 3D=(16384, 16384, 16384)
  11. Maximum Layered 1D Texture Size, (num) layers 1D=(32768), 2048 layers
  12. Maximum Layered 2D Texture Size, (num) layers 2D=(32768, 32768), 2048 layers
  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: 65536
  16. Warp size: 32
  17. Maximum number of threads per multiprocessor: 2048
  18. Maximum number of threads per block: 1024
  19. Max dimension size of a thread block (x,y,z): (1024, 1024, 64)
  20. Max dimension size of a grid size (x,y,z): (2147483647, 65535, 65535)
  21. Maximum memory pitch: 2147483647 bytes
  22. Texture alignment: 512 bytes
  23. Concurrent copy and kernel execution: Yes with 1 copy engine(s)
  24. Run time limit on kernels: No
  25. Integrated GPU sharing Host Memory: Yes
  26. Support host page-locked memory mapping: Yes
  27. Alignment requirement for Surfaces: Yes
  28. Device has ECC support: Disabled
  29. Device supports Unified Addressing (UVA): Yes
  30. Device supports Compute Preemption: Yes
  31. Supports Cooperative Kernel Launch: Yes
  32. Supports MultiDevice Co-op Kernel Launch: Yes
  33. Device PCI Domain ID / Bus ID / location ID: 0 / 0 / 0
  34. Compute Mode:
  35. < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement