[all-commits] [llvm/llvm-project] aa4547: [MLIR][NVVM] Update cp.async.bulk Ops to use intri...
Durgadoss R via All-commits
all-commits at lists.llvm.org
Sun Jan 21 23:39:42 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa4547fcc8eeb9bf4f3cf48cc926f62544e58767
https://github.com/llvm/llvm-project/commit/aa4547fcc8eeb9bf4f3cf48cc926f62544e58767
Author: Durgadoss R <durgadossr at nvidia.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/test/Conversion/NVVMToLLVM/nvvm-to-llvm.mlir
M mlir/test/Target/LLVMIR/nvvmir.mlir
Log Message:
-----------
[MLIR][NVVM] Update cp.async.bulk Ops to use intrinsics (#78900)
This patch updates the cp.async.bulk.{commit/wait}_group Ops to use NVVM
intrinsics.
* Doc updated for the commit_group Op.
* Tests are added to verify the lowering to the intrinsics.
While we are there, fix the FileCheck directive on the
'nvvm.setmaxregister' test.
Signed-off-by: Durgadoss R <durgadossr at nvidia.com>
More information about the All-commits
mailing list