[PATCH] D128078: [mlir][nvgpu] Fix Bazel BUILD file
Frederik Gossen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 17 11:33:47 PDT 2022
frgossen created this revision.
Herald added subscribers: bzcheeseman, sdasgup3, wenzhicui, wrengr, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a project: All.
frgossen requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128078
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2235,8 +2235,10 @@
":AffineDialect",
":ArithmeticDialect",
":GPUDialect",
+ ":IR",
":MemRefDialect",
":NVGPUDialect",
+ ":NVGPUPassIncGen",
":Pass",
":SideEffectInterfaces",
":Support",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128078.437985.patch
Type: text/x-patch
Size: 509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220617/ff8d6162/attachment.bin>
More information about the llvm-commits
mailing list