Share performance profiling #942
njzjz
started this conversation in
Show and tell
Replies: 1 comment
-
@denghuilu @iProzd @pkulzy Please take a look |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just used TensorFlow's new profiling tool (
tf.profiler.experimental.Profile
) on the DeePMD-kit. I tested onexamples/water/se_e2_a
. Here's results:overall
Average Step Time (lower is better) (σ = 19.4 ms) 19.0 ms
Kernel Launch Time (σ = 4.3 ms) 2.6 ms
Device Compute Time (σ = 16.5 ms) 16.4 ms
GPU Kernel Stats
data.txt

Memory
TF stats
Trace viewer
Beta Was this translation helpful? Give feedback.
All reactions