[PATCH] D86481: [MLInliner] Support training that doesn't require partial rewards
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 11:42:55 PDT 2020
mtrofin created this revision.
mtrofin added reviewers: davidxl, yundiqian, ebrevdo.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
mtrofin requested review of this revision.
If we use training algorithms that don't need partial rewards, we don't
need to worry about an ir2native model. In that case, training logs
won't contain a 'delta_size' feature either (since that's the partial
reward).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86481
Files:
llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
llvm/test/Transforms/Inline/ML/development-training-log.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86481.287458.patch
Type: text/x-patch
Size: 8944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200824/6ea03a28/attachment.bin>
More information about the llvm-commits
mailing list