[PATCH] D147244: [mlir][bazel] reformat BUILD.bazel with buildifier
Chenguang Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 10:11:05 PDT 2023
wecing created this revision.
Herald added subscribers: Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, thopre.
Herald added a project: All.
wecing 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/D147244
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
@@ -269,9 +269,9 @@
"include/mlir/Bytecode/BytecodeImplementation.h",
"include/mlir/Interfaces/CallInterfaces.h",
"include/mlir/Interfaces/CastInterfaces.h",
- "include/mlir/Interfaces/SideEffectInterfaces.h",
"include/mlir/Interfaces/DataLayoutInterfaces.h",
"include/mlir/Interfaces/FoldInterfaces.h",
+ "include/mlir/Interfaces/SideEffectInterfaces.h",
],
includes = ["include"],
deps = [
@@ -4057,27 +4057,27 @@
includes = ["include"],
local_defines = if_cuda_available(["MLIR_GPU_TO_CUBIN_PASS_ENABLE"]),
deps = [
+ ":AffineUtils",
":ArithDialect",
":AsmParser",
- ":GPUToLLVMIRTranslation",
":AsyncDialect",
":ControlFlowDialect",
":DLTIDialect",
- ":AffineUtils",
+ ":FuncDialect",
":GPUDialect",
":GPUPassIncGen",
- ":MemRefDialect",
+ ":GPUToLLVMIRTranslation",
":IR",
+ ":LLVMToLLVMIRTranslation",
+ ":MemRefDialect",
":Pass",
":ROCDLToLLVMIRTranslation",
":SCFDialect",
- ":FuncDialect",
":SerializeToCubin_stub",
":SideEffectInterfaces",
":Support",
- ":Transforms",
":ToLLVMIRTranslation",
- ":LLVMToLLVMIRTranslation",
+ ":Transforms",
"//llvm:Core",
"//llvm:MC",
"//llvm:Support",
@@ -4095,13 +4095,13 @@
],
local_defines = if_cuda_available(["MLIR_GPU_TO_CUBIN_PASS_ENABLE"]),
deps = [
- ":NVVMToLLVMIRTranslation",
- ":ToLLVMIRTranslation",
":GPUDialect",
":GPUPassIncGen",
":GPUTransforms",
+ ":NVVMToLLVMIRTranslation",
":Pass",
":Support",
+ ":ToLLVMIRTranslation",
"//llvm:Support",
] + if_cuda_available([
"@cuda//:cuda_headers",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147244.509712.patch
Type: text/x-patch
Size: 2131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230330/34cb926d/attachment.bin>
More information about the llvm-commits
mailing list