-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GPU] Add a new option for DumpProfilingData #23006
[GPU] Add a new option for DumpProfilingData #23006
Conversation
89db6fa
to
76522a6
Compare
Also, there is an unexpected behavior on network->get_current_iteration_num which returns cur_iter + 1 value. i.e., The current iteration presented in OV_GPU_Verbose starts from 0, but the iteration dumped by DumpProfilingData starts from 1. Could you fix that in this PR too? |
a0dbfe6
to
bcff601
Compare
Corrected so that dumped iteration and the actual network's iteration were the same. |
bcff601
to
7dd2d5e
Compare
Signed-off-by: Andrew Park <[email protected]>
777df62
to
67e8c72
Compare
Details:
OV_GPU_DumpProfilingDataIteration='10..20'
Tickets: