We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001e18c commit a3748d6Copy full SHA for a3748d6
mlir/docs/Dialects/GPU.md
@@ -50,6 +50,7 @@ An example of how the compilation workflow look is:
50
```
51
mlir-opt example.mlir \
52
--pass-pipeline="builtin.module( \
53
+ gpu-kernel-outlining, \ # Outline gpu.launch body to a kernel.
54
nvvm-attach-target{chip=sm_90 O=3}, \ # Attach an NVVM target to a gpu.module op.
55
gpu.module(convert-gpu-to-nvvm), \ # Convert GPU to NVVM.
56
gpu-to-llvm, \ # Convert GPU to LLVM.
0 commit comments