[all-commits] [llvm/llvm-project] c44107: [mlir][spirv] Add conversion from GPU WMMA ops to ...

nirvedhmeshram via All-commits all-commits at lists.llvm.org
Sat Oct 22 18:32:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c44107066550bfbdd86af71d21008599e871744a
      https://github.com/llvm/llvm-project/commit/c44107066550bfbdd86af71d21008599e871744a
  Author: Nirvedh Meshram <nirvedh at nod-labs.com>
  Date:   2022-10-22 (Sat, 22 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Conversion/GPUToSPIRV/GPUToSPIRV.h
    M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVArithmeticOps.td
    M mlir/lib/Conversion/GPUToNVVM/WmmaOpsToNvvm.cpp
    M mlir/lib/Conversion/GPUToSPIRV/CMakeLists.txt
    M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRVPass.cpp
    A mlir/lib/Conversion/GPUToSPIRV/WmmaOpsToSPIRV.cpp
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
    A mlir/test/Conversion/GPUToSPIRV/wmma-ops-to-spirv.mlir
    M mlir/test/Dialect/GPU/invalid.mlir

  Log Message:
  -----------
  [mlir][spirv] Add conversion from GPU WMMA ops to SPIRV Cooperative matrix

Reviewed By: ThomasRaoux

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




More information about the All-commits mailing list