8000 [mlir][bufferization] OneShotBufferize broken when using `defaultMemorySpaceFn` · Issue #91518 · llvm/llvm-project · GitHub
[go: up one dir, main page]

Skip to content
[mlir][bufferization] OneShotBufferize broken when using defaultMemorySpaceFn #91518
Open
@christopherbate

Description

@christopherbate

A change from February allowed callers of OneShotBufferize to set the default memory space from the TensorType of a value. See PR here: #78484. According to the PR, this is used to allow implementing a mapping from tensor encoding attribute to memref memory space.

This change is a nice feature, however it is quite broken outside of limited use. In particular, it doesn't play nicely with bufferization.alloc_tensor|materialize_in_destination|to_tensor|to_memref and produces unexpected/wrong results.

I will post a range of example IR where using this feature produces unexpected/non-sense results when running one-shot-bufferize, but the crux of the issue is that there is limited support with dealing situations like the following:

  1. bufferization.materialize_in_destination where the encoding on the source and destination tensors map to different memory spaces
  2. bufferization.alloc_tensor expects the copy and result types to match, but this is at odds with using the tensor type encoding to set the memory space. It can also fail if the tensor type encoding and the memory_spa 58C7 ce attribute on the op are different.

I took a shot at fixing this and believe that I have corrected all issues satisfactory (#91524).

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

      0