Skip to content

Commit 2c9db49

Browse files
committed
clang format
1 parent 87446bc commit 2c9db49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/lib/Bindings/Python/DialectAMDGPU.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ static void populateDialectAMDGPUSubmodule(const nb::module_ &m) {
3030
"Gets an instance of TDMBaseType in the same context", nb::arg("cls"),
3131
nb::arg("element_type"), nb::arg("ctx") = nb::none());
3232

33-
3433
auto amdgpuTDMDescriptorType = mlir_type_subclass(
3534
m, "TDMDescriptorType", mlirTypeIsAAMDGPUTDMDescriptorType);
3635

@@ -42,7 +41,6 @@ static void populateDialectAMDGPUSubmodule(const nb::module_ &m) {
4241
"Gets an instance of TDMDescriptorType in the same context",
4342
nb::arg("cls"), nb::arg("ctx") = nb::none());
4443

45-
4644
auto amdgpuTDMGatherBaseType = mlir_type_subclass(
4745
m, "TDMGatherBaseType", mlirTypeIsAAMDGPUTDMGatherBaseType);
4846

0 commit comments

Comments
 (0)