forked from OSchip/llvm-project
[nfc][mlgo][regalloc] Add the url to a reference pre-trained model
This commit is contained in:
parent
ae92365397
commit
2868c57caf
|
@ -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_RAEVICT_MODEL_CURRENT_URL "TO_BE_UPDATED")
|
||||
set(LLVM_RAEVICT_MODEL_CURRENT_URL "https://github.com/google/ml-compiler-opt/releases/download/regalloc-evict-v1.0/regalloc-evict-e67430c-v1.0.tar.gz")
|
||||
|
||||
if (DEFINED LLVM_HAVE_TF_AOT)
|
||||
tf_find_and_compile(
|
||||
|
|
Loading…
Reference in New Issue