[all-commits] [llvm/llvm-project] afac64: [MLIR] BufferResultsToOutParams: Allow to configur...
Matthias Gehre via All-commits
all-commits at lists.llvm.org
Thu Mar 7 02:31:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afac64cef40c77320cc49808be30f3e5ef7f7357
https://github.com/llvm/llvm-project/commit/afac64cef40c77320cc49808be30f3e5ef7f7357
Author: Matthias Gehre <93204396+mgehre-amd at users.noreply.github.com>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
M mlir/lib/Dialect/Bufferization/Transforms/BufferResultsToOutParams.cpp
Log Message:
-----------
[MLIR] BufferResultsToOutParams: Allow to configure memCpyFn
This allows us to configure the pass to emit
linalg.copy instead of memref.copy.
This is consistent with one-shot-bufferize, which also allows to configure the `memCpyFn`,
see https://discord.com/channels/636084430946959380/642426447167881246/1211698722438783087
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list