mlir.dialects.transform.debug¶
Classes¶
This operation emits a diagnostic remark containing the string form of the |
|
This operation emits a diagnostic remark with the given message at the |
Functions¶
|
|
|
Module Contents¶
- class mlir.dialects.transform.debug.EmitParamAsRemarkOp(param: mlir.ir.Attribute, *, anchor: mlir.ir.Operation | None = None, message: mlir.ir.StringAttr | str | None = None, loc=None, ip=None)¶
Bases:
EmitParamAsRemarkOpThis operation emits a diagnostic remark containing the string form of the attributes associated with the parameter provided as attribute. It takes as optional arguments:
an additional message text to prepend;
a handle pointing to operations the location of which will be used to
emit the diagnostic; if multiple operations are associated, the diagnostic is emitted for all of their respective locations.
This operation always succeeds.
- mlir.dialects.transform.debug.emit_param_as_remark(param: mlir.ir.Attribute, *, anchor: mlir.ir.Operation | None = None, message: mlir.ir.StringAttr | str | None = None, loc=None, ip=None)¶
- class mlir.dialects.transform.debug.EmitRemarkAtOp(at: mlir.ir.Operation | mlir.ir.Value, message: mlir.ir.StringAttr | str | None = None, *, loc=None, ip=None)¶
Bases:
EmitRemarkAtOpThis operation emits a diagnostic remark with the given message at the location of each payload object associated with the argument. The argument may be an operation or a value handle.
This operation always succeeds.
- mlir.dialects.transform.debug.emit_remark_at(at: mlir.ir.Operation | mlir.ir.Value, message: mlir.ir.StringAttr | str | None = None, *, loc=None, ip=None)¶