mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 07:56:33 +00:00

This change adds the `match.sync` Op to the MLIR NVVM dialect to generate the `match.sync` PTX instruction. PTX Spec Reference: https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#parallel-synchronization-and-communication-instructions-match-sync
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.