[Mlir-commits] [mlir] d7dbf1b - [mlir][gpu] Fix typo in documentation (#156619)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Mar 18 06:06:04 PDT 2026


Author: Chao Shi
Date: 2026-03-18T13:05:58Z
New Revision: d7dbf1bd641f84f78c2e71dfffebe91e22a3de21

URL: https://github.com/llvm/llvm-project/commit/d7dbf1bd641f84f78c2e71dfffebe91e22a3de21
DIFF: https://github.com/llvm/llvm-project/commit/d7dbf1bd641f84f78c2e71dfffebe91e22a3de21.diff

LOG: [mlir][gpu] Fix typo in documentation (#156619)

Added: 
    

Modified: 
    mlir/docs/Dialects/GPU.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/GPU.md b/mlir/docs/Dialects/GPU.md
index c16ed57737e5b..511e4ef03ed60 100644
--- a/mlir/docs/Dialects/GPU.md
+++ b/mlir/docs/Dialects/GPU.md
@@ -135,7 +135,7 @@ execution using `mlir-runner`. Alternatively, it can be translated into
 LLVM, expanding its utility within the system.
 
 ```
-mlir-opt example.mlir -gpu-lower-to-nvvm-pipeline = "cubin-chip=sm_90a cubin-features=+ptx80 opt-level=3"
+mlir-opt example.mlir -gpu-lower-to-nvvm-pipeline="cubin-chip=sm_90a cubin-features=+ptx80 opt-level=3"
 ```
 
 ### Module serialization


        


More information about the Mlir-commits mailing list