mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
alloc/dealloc/copies. Add options to LinalgPromotion to use callbacks for implementating the allocation, deallocation of buffers used for the promoted subviews, and to copy data into and from the original subviews to the allocated buffers. Also some misc. cleanup of the code. Differential Revision: https://reviews.llvm.org/D80365
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.