Evaluate using Profile-Guided Optimization (PGO) and Post-Link Time Optimization (PLO) for Zluda #73
zamazan4ik
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Recently I tested Profile-Guided Optimization (PGO) on a lot of projects - all my current results are available here. According to the tests, PGO helps in many real-life cases, including compilers, static analysis, parsing, etc. (e.g. Clang gets up to +20% compilation speed with enabled PGO). I think trying to speed up ZLUDA tools like compiler can be especially a good idea.
I can propose the following action points:
I would be happy to answer all your questions about PGO and PLO.
Beta Was this translation helpful? Give feedback.
All reactions