Skip to content

[mlir][docs] Fix incorrect operation name(NFC) #109261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

csstormq
Copy link
Contributor

No description provided.

@llvmbot llvmbot added the mlir label Sep 19, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 19, 2024

@llvm/pr-subscribers-mlir

Author: None (csstormq)

Changes

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

1 Files Affected:

  • (modified) mlir/docs/Dialects/Affine.md (+1-1)
diff --git a/mlir/docs/Dialects/Affine.md b/mlir/docs/Dialects/Affine.md
index f34a9b1c1a8610..bfcbbf5bb3b132 100644
--- a/mlir/docs/Dialects/Affine.md
+++ b/mlir/docs/Dialects/Affine.md
@@ -372,7 +372,7 @@ Syntax:
 operation ::= `affine.dma_wait` ssa-use `[` multi-dim-affine-map-of-ssa-ids `]`, ssa-use `:` memref-type
 ```
 
-The `affine.dma_start` op blocks until the completion of a DMA operation
+The `affine.dma_wait` op blocks until the completion of a DMA operation
 associated with the tag element `%tag[%index]`. `%tag` is a memref, and `%index` has
 to be an index with the same restrictions as any load/store index. In
 particular, index for each memref dimension must be an affine expression of loop

@csstormq csstormq requested a review from sott0n September 19, 2024 09:52
@csstormq csstormq merged commit e90a732 into llvm:main Sep 20, 2024
10 checks passed
@csstormq csstormq deleted the fix_affine_doc branch September 20, 2024 01:20
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