CUFCTL / face-recognition

A GPU-accelerated real-time face recognition system based on classical machine learning algorithms
MIT License
23 stars 11 forks source link

Analyze GPU resource usage #39

Closed bentsherman closed 6 years ago

bentsherman commented 7 years ago

Nvidia provides several tools to get usage statistics from the GPU, such as nvprof and nvvp. We should try to measure things such as processor usage, memory usage, and how much time is spent doing computation vs communication. We can do this for Palmetto nodes and the Jetson.

We can also do all of these things for CPU if we're curious. The wiki has instructions on CPU profiling with gprof.