Skip to content

[MLIR][Python][Transform] List of ops whose snake_case python wrapper is out of sync with the derived CamelCaseOp class #166765

@rolfmorel

Description

@rolfmorel

A number of transform ops have a derived class that improves the interface and initialization of the ops. For a number of them, the corresponding snake_case wrapper still only wraps the original tablegen-derived base class. We should make sure that these base class wrappers are being shadowed in case the base class CamelCaseOp definition is being shadowed.

The list:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions