Skip to content
Discussion options

You must be logged in to vote

Is there any way to find this out?

One method to find out is to run model inference under a profiler and inspect the functions where most time is spent (assuming the model spends most of its time in MatMul, Conv or Gemm operations). You can then usually tell from the name which one is being used, or if you go into the assembly view, see which instructions are being used. samply is a profiler that works on Linux / Mac / Windows.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TuongNguyen94
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
EP Q&A
Labels
None yet
2 participants