Skip to content

Commit

Permalink
Revert "[mlir][bufferization] Implement BufferDeallocationopInterface…
Browse files Browse the repository at this point in the history
… for scf.forall.in_parallel"

This reverts commit 1356e85.

This caused problems in downstream projects. We are reverting to give
them more time for integration.
  • Loading branch information
maerhart committed Sep 13, 2023
1 parent 7995a47 commit ccb16ac
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 139 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions mlir/include/mlir/InitAllDialects.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
#include "mlir/Dialect/Quant/QuantOps.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "mlir/Dialect/SCF/IR/ValueBoundsOpInterfaceImpl.h"
#include "mlir/Dialect/SCF/TransformOps/SCFTransformOps.h"
#include "mlir/Dialect/SCF/Transforms/BufferDeallocationOpInterfaceImpl.h"
#include "mlir/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.h"
#include "mlir/Dialect/SPIRV/IR/SPIRVDialect.h"
#include "mlir/Dialect/Shape/IR/Shape.h"
Expand Down Expand Up @@ -151,7 +149,6 @@ inline void registerAllDialects(DialectRegistry &registry) {
memref::registerRuntimeVerifiableOpInterfaceExternalModels(registry);
memref::registerValueBoundsOpInterfaceExternalModels(registry);
memref::registerMemorySlotExternalModels(registry);
scf::registerBufferDeallocationOpInterfaceExternalModels(registry);
scf::registerBufferizableOpInterfaceExternalModels(registry);
scf::registerValueBoundsOpInterfaceExternalModels(registry);
shape::registerBufferizableOpInterfaceExternalModels(registry);
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion mlir/lib/Dialect/SCF/Transforms/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_mlir_dialect_library(MLIRSCFTransforms
BufferDeallocationOpInterfaceImpl.cpp
BufferizableOpInterfaceImpl.cpp
Bufferize.cpp
ForToWhile.cpp
Expand Down
26 changes: 0 additions & 26 deletions mlir/test/Dialect/SCF/buffer-deallocation.mlir

This file was deleted.

0 comments on commit ccb16ac

Please sign in to comment.