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
[PGO][Offload] Allow PGO flags to be used on GPU targets (llvm#94268)
This pull request is the third part of an ongoing effort to extends PGO
instrumentation to GPU device code and depends on
llvm#93365. This PR makes the
following changes:
- Allows PGO flags to be supplied to GPU targets
- Pulls version global from device
- Modifies `__llvm_write_custom_profile` and `lprofWriteDataImpl` to
allow the PGO version to be overridden
0 commit comments