Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. ==31692== NVPROF is profiling process 31692, command: ./devicequery
  2. ==31692== Warning: Unified Memory Profiling is not supported on the underlying platform. System requirements for unified memory can be found at: http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#um-requirements
  3. CUDA Device Query...
  4. There are 1 CUDA devices.
  5.  
  6. CUDA Device #0
  7. Major revision number: 5
  8. Minor revision number: 3
  9. Name: NVIDIA Tegra X1
  10. Total global memory: 4148756480
  11. Total shared memory per block: 49152
  12. Total registers per block: 32768
  13. Warp size: 32
  14. Maximum memory pitch: 2147483647
  15. Maximum threads per block: 1024
  16. Maximum dimension 0 of block: 1024
  17. Maximum dimension 1 of block: 1024
  18. Maximum dimension 2 of block: 64
  19. Maximum dimension 0 of grid: 2147483647
  20. Maximum dimension 1 of grid: 65535
  21. Maximum dimension 2 of grid: 65535
  22. Clock rate: 921600
  23. Total constant memory: 65536
  24. Texture alignment: 512
  25. Concurrent copy and execution: Yes
  26. Number of multiprocessors: 1
  27. Kernel execution timeout: Yes
  28.  
  29. Press any key to exit...
  30. ==31692== Profiling application: ./devicequery
  31. ==31692== Profiling result:
  32. No kernels were profiled.
  33. Type Time(%) Time Calls Avg Min Max Name
  34. API calls: 77.10% 382.88us 96 3.9880us 1.4060us 92.189us cuDeviceGetAttribute
  35. 16.29% 80.887us 1 80.887us 80.887us 80.887us cudaGetDeviceProperties
  36. 2.30% 11.406us 3 3.8020us 2.5000us 5.1560us cuDeviceGetCount
  37. 1.77% 8.8020us 1 8.8020us 8.8020us 8.8020us cuDeviceTotalMem
  38. 1.08% 5.3640us 2 2.6820us 1.9270us 3.4370us cuDeviceGet
  39. 0.49% 2.4480us 1 2.4480us 2.4480us 2.4480us cuDeviceGetName
  40. 0.48% 2.3960us 1 2.3960us 2.3960us 2.3960us cuDeviceGetUuid
  41. 0.48% 2.3950us 1 2.3950us 2.3950us 2.3950us cudaGetDeviceCount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement