[all-commits] [llvm/llvm-project] 09fc68: [mlir][nvvm] Add attribute to nvvm.cpAsyncOp to co...

Thomas via All-commits all-commits at lists.llvm.org
Mon May 9 12:35:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09fc685ce6808ae34de8e235bad686252eef3812
      https://github.com/llvm/llvm-project/commit/09fc685ce6808ae34de8e235bad686252eef3812
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-05-09 (Mon, 09 May 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
    M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
    M mlir/test/Dialect/LLVMIR/invalid.mlir
    M mlir/test/Dialect/LLVMIR/nvvm.mlir
    M mlir/test/Target/LLVMIR/nvvmir.mlir

  Log Message:
  -----------
  [mlir][nvvm] Add attribute to nvvm.cpAsyncOp to control l1 bypass

Add attribute to be able to generate the intrinsic version of async copy
generating a copy with l1 bypass. This correspond to
cp.async.cg.shared.global in ptx.

Differential Revision: https://reviews.llvm.org/D125241




More information about the All-commits mailing list