[PATCH] D104251: Remove ML inlining model artifacts.
Jacob Hegna via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 14 11:32:44 PDT 2021
jacobhegna created this revision.
jacobhegna added a reviewer: mtrofin.
Herald added subscribers: mstorsjo, arphaman, hiraditya, eraman, mgorny.
jacobhegna requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
They are not conducive to being stored in git. Instead, we autogenerate
mock model artifacts for use in tests. Production models can be
specified with the cmake flag LLVM_INLINER_MODEL_PATH.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104251
Files:
llvm/cmake/modules/TensorFlowCompile.cmake
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/models/generate_inlining_model.py
llvm/lib/Analysis/models/inliner/README.txt
llvm/lib/Analysis/models/inliner/output_spec.json
llvm/lib/Analysis/models/inliner/saved_model.pbtxt
llvm/lib/Analysis/models/inliner/variables/variables.data-00000-of-00001
llvm/lib/Analysis/models/inliner/variables/variables.index
More information about the llvm-commits
mailing list