This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] replace linalg.copy with memref.copy
ClosedPublic

Authored by aartbik on Jul 14 2021, 10:59 PM.

Details

Summary

Note, this revision relies on the following revision
for a bugfix in the memref copy library in order for
all sparse integration tests to pass.

https://reviews.llvm.org/D106036

Diff Detail