[llvm] 8cc8caa - [MLGO] Update Oz model url.

Jacob Hegna via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 2 10:29:25 PDT 2021


Author: Jacob Hegna
Date: 2021-07-02T17:29:15Z
New Revision: 8cc8caa1b1fc1d58fe0253d39de3fe86b60aa110

URL: https://github.com/llvm/llvm-project/commit/8cc8caa1b1fc1d58fe0253d39de3fe86b60aa110
DIFF: https://github.com/llvm/llvm-project/commit/8cc8caa1b1fc1d58fe0253d39de3fe86b60aa110.diff

LOG: [MLGO] Update Oz model url.

Added: 
    

Modified: 
    llvm/lib/Analysis/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Analysis/CMakeLists.txt b/llvm/lib/Analysis/CMakeLists.txt
index 8e1efc1f2b85..170cd2cbf7db 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 "TO_BE_UPDATED")
+  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")
 
   if (DEFINED LLVM_HAVE_TF_AOT)
     # If the path is empty, autogenerate the model


        


More information about the llvm-commits mailing list