[all-commits] [llvm/llvm-project] b251b6: [mlir][gpu] Unroll ops on vectors which map to int...

Christian Sigg via All-commits all-commits at lists.llvm.org
Fri Oct 28 01:33:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b251b608b5fc7c859bc73f0cb1b8cc16a626fecc
      https://github.com/llvm/llvm-project/commit/b251b608b5fc7c859bc73f0cb1b8cc16a626fecc
  Author: Christian Sigg <csigg at google.com>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

  Changed paths:
    M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
    M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.h
    M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
    M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
    M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
    M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir

  Log Message:
  -----------
  [mlir][gpu] Unroll ops on vectors which map to intrinsic calls

Unroll ops that map to intrinsics when lowering to LLVM, because intrinsics don't support vector operands/results.

Reviewed By: herhut

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




More information about the All-commits mailing list