[all-commits] [llvm/llvm-project] 3f6c0f: [mlir][linalg][bufferize] Add MemCpyFn to Allocati...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Nov 4 18:49:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f6c0fb2ff750c9246aee41eb8ad086518752edf
https://github.com/llvm/llvm-project/commit/3f6c0fb2ff750c9246aee41eb8ad086518752edf
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/ComprehensiveBufferize.h
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
Log Message:
-----------
[mlir][linalg][bufferize] Add MemCpyFn to AllocationCallbacks struct
This in preparation of decoupling BufferizableOpInterface, Comprehensive Bufferize and dialects.
The goal of this CL is to make `getResultBuffer` (and other `bufferize` functions) independent of `LinalgOps`.
Differential Revision: https://reviews.llvm.org/D112907
More information about the All-commits
mailing list