[all-commits] [llvm/llvm-project] dc01b5: [MLIR][NVVM] Add support for aligned variants of c...

Durgadoss R via All-commits all-commits at lists.llvm.org
Mon Jan 15 05:52:42 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc01b597baa63cdcd1132d3260f9642cdd37f5a7
      https://github.com/llvm/llvm-project/commit/dc01b597baa63cdcd1132d3260f9642cdd37f5a7
  Author: Durgadoss R <durgadossr at nvidia.com>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/test/Dialect/LLVMIR/nvvm.mlir
    M mlir/test/Target/LLVMIR/nvvmir.mlir

  Log Message:
  -----------
  [MLIR][NVVM] Add support for aligned variants of cluster barriers (#78142)

This patch adds:
* Support for the 'aligned' variants of the cluster barrier Ops, by
extending the existing Op with an 'aligned' attribute.
* Docs for these Ops.
* Test cases to verify the lowering to the corresponding intrinsics.

Signed-off-by: Durgadoss R <durgadossr at nvidia.com>




More information about the All-commits mailing list