Skip to content

Commit 08adf38

Browse files
committed
Trying to undo clang-format formatting on td files
1 parent 4d67b31 commit 08adf38

File tree

1 file changed

+12
-9
lines changed
  • mlir/include/mlir/Dialect/GPU/Transforms

1 file changed

+12
-9
lines changed

mlir/include/mlir/Dialect/GPU/Transforms/Passes.td

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,18 @@ def GpuModuleToBinaryPass
8787
3. `binary`, `bin`: produces binaries.
8888
4. `fatbinary`, `fatbin`: produces fatbinaries.
8989
}];
90-
let options =
91-
[Option<"toolkitPath", "toolkit", "std::string", [{""}], "Toolkit path.">,
92-
ListOption<"linkFiles", "l", "std::string", "Extra files to link to.">,
93-
Option<"cmdOptions", "opts", "std::string", [{""}],
94-
"Command line options to pass to the tools.">,
95-
Option<"compilationTarget", "format", "std::string", [{"fatbin"}],
96-
"The target representation of the compilation process.">,
97-
Option<"elfSection", "section", "std::string", [{""}],
98-
"ELF section where binary is to be located.">];
90+
let options = [
91+
Option<"toolkitPath", "toolkit", "std::string", [{""}],
92+
"Toolkit path.">,
93+
ListOption<"linkFiles", "l", "std::string",
94+
"Extra files to link to.">,
95+
Option<"cmdOptions", "opts", "std::string", [{""}],
96+
"Command line options to pass to the tools.">,
97+
Option<"compilationTarget", "format", "std::string", [{"fatbin"}],
98+
"The target representation of the compilation process.">,
99+
Option<"elfSection", "section", "std::string", [{""}],
100+
"ELF section where binary is to be located.">
101+
];
99102
}
100103

101104
def GpuNVVMAttachTarget: Pass<"nvvm-attach-target", ""> {

0 commit comments

Comments
 (0)