[all-commits] [llvm/llvm-project] d7461b: [MLIR][SPIRV] Added optional name to SPIR-V module

George Mitenkov via All-commits all-commits at lists.llvm.org
Wed Aug 26 21:45:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d7461b31e7ef46b7a57ff4d68f8f47e5b804a25a
      https://github.com/llvm/llvm-project/commit/d7461b31e7ef46b7a57ff4d68f8f47e5b804a25a
  Author: George Mitenkov <georgemitenk0v at gmail.com>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
    M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
    M mlir/test/Dialect/SPIRV/structure-ops.mlir

  Log Message:
  -----------
  [MLIR][SPIRV] Added optional name to SPIR-V module

This patch adds an optional name to SPIR-V module.
This will help with lowering from GPU dialect (so that we
can pass the kernel module name) and will be more naturally
aligned with `GPUModuleOp`/`ModuleOp`.

Reviewed By: mravishankar

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




More information about the All-commits mailing list