You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users want to know how much time their application run (real time ).
We cannot have this value in THAPI, but we can provide a approximation: time_last_message - time_first_message.
If we assume that people start with Zenit/CuInit and stop with zeFinalize/CuFinalize this can be good enough.
Things to do:
Modify the tally to save the first and last message (
Some users want to know how much time their application run (
real time
).We cannot have this value in THAPI, but we can provide a approximation:
time_last_message - time_first_message
.If we assume that people start with Zenit/CuInit and stop with zeFinalize/CuFinalize this can be good enough.
Things to do:
THAPI/xprof/tally.cpp
Line 95 in 8096497
max
-min
global, or per process than then do the max)Approximated Real Time
?Runtime real-time?
Elapasted Time for the runtime
?The text was updated successfully, but these errors were encountered: