We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87446bc commit 2c9db49Copy full SHA for 2c9db49
mlir/lib/Bindings/Python/DialectAMDGPU.cpp
@@ -30,7 +30,6 @@ static void populateDialectAMDGPUSubmodule(const nb::module_ &m) {
30
"Gets an instance of TDMBaseType in the same context", nb::arg("cls"),
31
nb::arg("element_type"), nb::arg("ctx") = nb::none());
32
33
-
34
auto amdgpuTDMDescriptorType = mlir_type_subclass(
35
m, "TDMDescriptorType", mlirTypeIsAAMDGPUTDMDescriptorType);
36
@@ -42,7 +41,6 @@ static void populateDialectAMDGPUSubmodule(const nb::module_ &m) {
42
41
"Gets an instance of TDMDescriptorType in the same context",
43
nb::arg("cls"), nb::arg("ctx") = nb::none());
44
45
46
auto amdgpuTDMGatherBaseType = mlir_type_subclass(
47
m, "TDMGatherBaseType", mlirTypeIsAAMDGPUTDMGatherBaseType);
48
0 commit comments