[all-commits] [llvm/llvm-project] a9f607: [mlir][bufferization] Support bufferization of ext...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Oct 28 21:15:51 PDT 2024
Branch: refs/heads/users/matthias-springer/bufferization_bodiless
Home: https://github.com/llvm/llvm-project
Commit: a9f607f4313d2aad7385421ae8698a2d6bd0b921
https://github.com/llvm/llvm-project/commit/a9f607f4313d2aad7385421ae8698a2d6bd0b921
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
M mlir/lib/Dialect/Bufferization/Transforms/FuncBufferizableOpInterfaceImpl.cpp
M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize-invalid.mlir
M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize.mlir
Log Message:
-----------
[mlir][bufferization] Support bufferization of external functions
This commit adds support for bufferizing external functions that have no body. Such functions were previously rejected by One-Shot Bufferize if they returned a tensor value.
This commit is in preparation of removing the `func-bufferize` pass.
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