DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.22k stars 151 forks source link

How to profile graphvite? #44

Closed HenryYihengXu closed 4 years ago

HenryYihengXu commented 4 years ago

Hello! I'm trying to use Nvidia profiler to inspect the GPU usage. I ran "nvprof --output_profile output_file graphvite baseline quick start". But when I used nvvp to open the profile, nothing was rendered. Is it because the program is wrapped by python? Does anybody know how to profile graphvite, for example, the quick_start demo? Thank you!

HenryYihengXu commented 4 years ago

Sorry nvm, it is an issue of docker.