[llvm] b16c37f - [MLGO] Update the current model url for the Oz inliner model.
Jacob Hegna via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 3 20:09:09 PDT 2021
Author: Jacob Hegna
Date: 2021-08-04T03:09:00Z
New Revision: b16c37fa2c797bba51ae683729ed484980766d75
URL: https://github.com/llvm/llvm-project/commit/b16c37fa2c797bba51ae683729ed484980766d75
DIFF: https://github.com/llvm/llvm-project/commit/b16c37fa2c797bba51ae683729ed484980766d75.diff
LOG: [MLGO] Update the current model url for the Oz inliner model.
Added:
Modified:
llvm/lib/Analysis/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/lib/Analysis/CMakeLists.txt b/llvm/lib/Analysis/CMakeLists.txt
index e0cd6b387f3d7..f3e5b81645982 100644
--- a/llvm/lib/Analysis/CMakeLists.txt
+++ b/llvm/lib/Analysis/CMakeLists.txt
@@ -5,7 +5,7 @@ if (DEFINED LLVM_HAVE_TF_AOT OR DEFINED LLVM_HAVE_TF_API)
# This url points to the most recent most which is known to be compatible with
# LLVM. When better models are published, this url should be updated to aid
# discoverability.
- set(LLVM_INLINER_MODEL_CURRENT_URL "https://github.com/google/ml-compiler-opt/releases/download/inlining-Oz-v1.0/inlining-Oz-99f0063-v1.0.tar.gz")
+ set(LLVM_INLINER_MODEL_CURRENT_URL "https://github.com/google/ml-compiler-opt/releases/download/inlining-Oz-v1.1/inlining-Oz-99f0063-v1.1.tar.gz")
if (DEFINED LLVM_HAVE_TF_AOT)
# If the path is empty, autogenerate the model
More information about the llvm-commits
mailing list