[PATCH] D135344: [mlir][bazel] fix VectorToGPU bazel breakage
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 21:08:19 PDT 2022
aartbik created this revision.
Herald added subscribers: zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, bixia.
Herald added a reviewer: ThomasRaoux.
Herald added a project: All.
aartbik requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
NOTE: this is probably not the long term organization
that you want to keep after the refactoring to new
directories, but this fixes the breakage for now;
I leave proper refactoring of build to the NVGPU
bazel team.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135344
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
@@ -8062,6 +8062,8 @@
srcs = glob([
"lib/Conversion/VectorToGPU/*.cpp",
"lib/Conversion/VectorToGPU/*.h",
+ "lib/Dialect/NVGPU/Utils/*.cpp",
+ "include/mlir/Dialect/NVGPU/Utils/*.h",
]),
hdrs = glob([
"include/mlir/Conversion/VectorToGPU/*.h",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135344.465650.patch
Type: text/x-patch
Size: 533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221006/fa0e97a7/attachment.bin>
More information about the llvm-commits
mailing list