[all-commits] [llvm/llvm-project] fbf69f: [mlir][NVGPU] Adding Support for cp_async_zfill v...
Manish Gupta via All-commits
all-commits at lists.llvm.org
Fri Sep 2 14:30:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbf69f95b614e3428a5322005070986eae1dfb5a
https://github.com/llvm/llvm-project/commit/fbf69f95b614e3428a5322005070986eae1dfb5a
Author: Manish Gupta <manigupta at google.com>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/NVGPU/IR/NVGPU.td
M mlir/lib/Conversion/NVGPUToNVVM/NVGPUToNVVM.cpp
M mlir/test/Conversion/NVGPUToNVVM/nvgpu-to-nvvm.mlir
Log Message:
-----------
[mlir][NVGPU] Adding Support for cp_async_zfill via Inline Asm
`cp_async_zfill` is currently not present in the nvvm backend, this patch adds `cp_async_zfill` support by adding inline asm when lowering from `nvgpu` to `nvvm`.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D132269
More information about the All-commits
mailing list