[PATCH] D72336: [mlir] Create a gpu.module operation for the GPU Dialect.
Lei Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 11 05:34:27 PST 2020
antiagainst accepted this revision.
antiagainst added a comment.
Herald added a subscriber: aartbik.
SPIR-V side LGTM. I'd wait @herhut to give the final approval.
================
Comment at: mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRV.td:3
+//
+// Part of the MLIR Project, under the Apache License v2.0 with MLIR Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
----------------
Only need to change the first one. See an example here: https://github.com/llvm/llvm-project/blob/master/mlir/include/mlir/ADT/TypeSwitch.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72336/new/
https://reviews.llvm.org/D72336
More information about the llvm-commits
mailing list