Skip to content

Conversation

@svkeerthy
Copy link
Contributor

No description provided.

@llvmbot llvmbot added the mlgo label May 22, 2025
@llvmbot
Copy link
Member

llvmbot commented May 22, 2025

@llvm/pr-subscribers-mlgo

Author: S. VenkataKeerthy (svkeerthy)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/141162.diff

1 Files Affected:

  • (modified) llvm/docs/MLGO.rst (+1-1)
diff --git a/llvm/docs/MLGO.rst b/llvm/docs/MLGO.rst
index 43b45d505ea3a..15d71c9d77506 100644
--- a/llvm/docs/MLGO.rst
+++ b/llvm/docs/MLGO.rst
@@ -471,7 +471,7 @@ embeddings can be computed and accessed via an ``ir2vec::Embedder`` instance.
       const ir2vec::Vocab &Vocabulary = VocabRes.getVocabulary();
       unsigned Dimension = VocabRes.getDimension();
 
-    Note that ``IR2VecVocabAnalysis`` pass is immutable.
+   Note that ``IR2VecVocabAnalysis`` pass is immutable.
 
 2. **Create Embedder instance**:
    With the vocabulary, create an embedder for a specific function:

@mtrofin mtrofin merged commit d659648 into llvm:main May 22, 2025
10 of 12 checks passed
@svkeerthy svkeerthy deleted the mlgo-doc-fix branch May 22, 2025 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants