Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transformations: (csl-stencil-bufferize) AccessOp to read to_tensor's…
… underlying memref (#3663) `csl_stencil.AccessOp`s can read directly from memrefs underlying any `bufferization.to_tensor` passed into them. Currently, in the presence of several buffers (ie, stencil fields translated to memrefs at this stage), all but the main buffer will have intermediate `bufferization.to_tensor` ops, which creates problems in lowering. The AccessOps can instead work directly off of the underlying memrefs. Co-authored-by: n-io <n-io@users.noreply.github.com>
- Loading branch information