Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5001 Discussions

Question about analyzing threading efficiency

Bak__Jiseong
Beginner
273 Views

Hi, I've been recently profiling PyTorch code using AVX instructions on my 16 core CPU. I'm feeling weird about the results. And I don't know one metric's meaning. Let me share my google drive link to show you my result.

https://drive.google.com/open?id=1dwy_DA6e6M9f9ruvOaR7-yFzOVvBD7jP

If 'H/W Context' is meaning physical core, is the 'VTune Result 6' image file saying that only 9 cores are working after 16000s? It's quite weird and I don't know why it happened. This kind of phenomenon happens when I increases training epoch in my python codes. (It means, increases iterating number of loop. The image files numbered 1~5 are for code with epochs 5, 15, 25, 50, 50. I tried the code of 50 epochs twice)

0 Kudos
0 Replies
Reply