Performance measurement of TemporalTransformManager
#312
kopytjuk
started this conversation in
Show and tell
Replies: 1 comment
-
Then your laptop is faster than my desktop computer. 🥲 5.3 s on i7-10700KF CPU @ 3.80GHz / 8 cores. Anyway, great work @JonasHablitzel ! |
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
-
A small profiling measurement, of how fast the new vectorized
TemporalTransformManager
became, e.g. for 100000 timesteps, it just needs 3.8s on my MacBook M1 machine. Compared to that, afor
-loop approach of each query timestep (i.e. the way to do that prior to the #301, takes very long, so after 60s I just stopped the benchmark...Script:
Results:
with:
pyinstrument -r html -o result.html profile_transform.py
Kudos to @JonasHablitzel and @AlexanderFabisch
Beta Was this translation helpful? Give feedback.
All reactions