Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. $ cuda-memcheck ./texture_arg
  2. ========= CUDA-MEMCHECK
  3. We should be able to stuff 862 images into one texture.
  4. We use 862 (more than 855 leads to a crash).
  5. Asking for 19915648 bytes allocates 134168576 bytes using pitch 512. Available: 49152/134217728
  6. No CUDA error until now..
  7. bluppi
  8. ========= ERROR SUMMARY: 0 errors
  9. $ nvidia-smi
  10. Tue Jan 22 16:43:10 2019
  11. +-----------------------------------------------------------------------------+
  12. | NVIDIA-SMI 396.37 Driver Version: 396.37 |
  13. |-------------------------------+----------------------+----------------------+
  14. | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
  15. | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
  16. |===============================+======================+======================|
  17. | 0 GeForce GTX 970 Off | 00000000:01:00.0 Off | N/A |
  18. | 0% 53C P0 37W / 200W | 0MiB / 4043MiB | 0% Default |
  19. +-------------------------------+----------------------+----------------------+
  20.  
  21. +-----------------------------------------------------------------------------+
  22. | Processes: GPU Memory |
  23. | GPU PID Type Process name Usage |
  24. |=============================================================================|
  25. | No running processes found |
  26. +-----------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement