[all-commits] [llvm/llvm-project] 24c6c3: [mlgo] Don't provide default model URLs
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Jul 11 07:38:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24c6c3527089ad1a02390fcef339f34adacb2686
https://github.com/llvm/llvm-project/commit/24c6c3527089ad1a02390fcef339f34adacb2686
Author: Mircea Trofin <mtrofin at google.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M llvm/cmake/modules/TensorFlowCompile.cmake
M llvm/lib/Analysis/CMakeLists.txt
M llvm/lib/CodeGen/CMakeLists.txt
Log Message:
-----------
[mlgo] Don't provide default model URLs
Pointed out in Issue #56432: the current reference models may not be
quite friendly to open source projects. Their purpose is only
illustrative - the expectation is that projects would train their own.
To avoid unintentionally pulling such a model, made the URL cmake
setting require explicit user setting.
Differential Revision: https://reviews.llvm.org/D129342
More information about the All-commits
mailing list