profiling per layer #863
Replies: 1 comment
-
I have wanted to build something like this for quite some time. It isn't going to be very hard. I like how easy it is to generate flamegraphs in Julia (especially in vs-code), but I agree that it doesn't give the data in a higher-level granularity that is helpful for end-users. The general sketch for it would be similar to how This can be further augmented with other profiling tools like memory usage (CPU / GPU) etc. A good source of inspiration would be how the pytorch profiler works. |
Beta Was this translation helpful? Give feedback.
-
Hello is it possible to do a profiling of a model per layer - to monitor how long each layer took to execute and preferably max gpu memory consumption per layer ?
Beta Was this translation helpful? Give feedback.
All reactions