[PATCH] D130965: [mlir][Bazel] Update bazel build after 14d79afeae63d78de9483f750fafaba13c7ae2dc

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 00:03:49 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe031dea5be0e: [mlir][Bazel] Update bazel build after 14d79afeae63d78de9483f750fafaba13c7ae2dc (authored by akuegel).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130965/new/

https://reviews.llvm.org/D130965

Files:
  utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
  utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -520,6 +520,27 @@
     ],
 )
 
+cc_library(
+  name = "TestNVGPU",
+  srcs = glob(["lib/Dialect/NVGPU/*.cpp"]),
+  defines = ["MLIR_CUDA_CONVERSIONS_ENABLED"],
+  includes = ["lib/Dialect/Test"],
+  deps = [
+      "//mlir:AffineDialect",
+      "//mlir:Analysis",
+      "//mlir:FuncDialect",
+      "//mlir:GPUDialect",
+      "//mlir:IR",
+      "//mlir:LLVMDialect",
+      "//mlir:MemRefDialect",
+      "//mlir:NVGPUDialect",
+      "//mlir:NVGPUTransforms",
+      "//mlir:Pass",
+      "//mlir:SCFDialect",
+      "//mlir:TransformUtils",
+  ],
+)
+
 cc_library(
     name = "TestSCF",
     srcs = glob(["lib/Dialect/SCF/*.cpp"]),
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
@@ -2187,6 +2187,7 @@
 cc_library(
     name = "NVGPUTransforms",
     srcs = [
+        "lib/Dialect/NVGPU/Transforms/MmaSyncTF32Transforms.cpp",
         "lib/Dialect/NVGPU/Transforms/OptimizeSharedMemory.cpp",
         "lib/Dialect/NVGPU/Transforms/PassDetail.h",
     ],
@@ -6344,6 +6345,7 @@
         "//mlir/test:TestLinalg",
         "//mlir/test:TestMath",
         "//mlir/test:TestMemRef",
+        "//mlir/test:TestNVGPU",
         "//mlir/test:TestPDLL",
         "//mlir/test:TestPass",
         "//mlir/test:TestReducer",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130965.449197.patch
Type: text/x-patch
Size: 1659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220802/a3d9e9ef/attachment.bin>


More information about the llvm-commits mailing list