Skip to content

[mlir][bufferization] Typo in to_tensor op's summary field #149081

@ckoparkar

Description

@ckoparkar

In ee070d0, to_tensor op's summary field was edited as follows:

-let summary = "create a tensor from a `memref`";
+let summary = "create a buffer-like type from a tensor-like type";

It should instead be create a tensor-like type from a buffer-like type right?

/cc @matthias-springer @andrey-golubev

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions