[llvm] [docs][mlgo] Address remaining comment from #139205 (PR #139427)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Sat May 10 18:10:16 PDT 2025
https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/139427
Missed the last feedback in #139205
>From c3e6b721457478bffc1ba22f2770241977cf72ea Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Sat, 10 May 2025 18:05:39 -0700
Subject: [PATCH] [docs][mlgo] Address remaining comment from #139205
Missed the last feedback in #139205
---
llvm/docs/MLGO.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm/docs/MLGO.rst b/llvm/docs/MLGO.rst
index 382dbd1ece7c5..692c9861d8caa 100644
--- a/llvm/docs/MLGO.rst
+++ b/llvm/docs/MLGO.rst
@@ -161,8 +161,8 @@ requiring no out of tree build-time dependencies.
- ``InteractiveModelRunner``. This is intended for training scenarios where the
training algorithm drives compilation. This model runner has no special
- dependencies, and relies on I/O pipes to communicate with a separate process
-- presumably a python training algorithm. We do not envision using this in a
+ dependencies, and relies on I/O pipes to communicate with a separate process,
+ presumably a python training algorithm. We do not envision using this in a
production environment.
Note that training leaves it to the training infrastructure to handle
More information about the llvm-commits
mailing list