File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
jaxlib/mosaic/dialect/tpu Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -1468,16 +1468,7 @@ def TPU_LogBufferOp : TPU_Op<"log_buffer"> {
14681468 let hasVerifier = 1;
14691469}
14701470
1471- def DebugAssertInsertionPass : Pass<"debug-assert-insertion", "::mlir::func::FuncOp"> {
1472- let dependentDialects = [
1473- "::mlir::func::FuncDialect",
1474- "::mlir::arith::ArithDialect",
1475- "::mlir::cf::ControlFlowDialect",
1476- "::mlir::vector::VectorDialect",
1477- "::mlir::tpu::TPUDialect",
1478- ];
1479- let constructor = "::mlir::tpu::createDebugAssertInsertionPass()";
1480- }
1471+
14811472
14821473def LogicalToPhysicalDeviceIdPass : Pass<"logical-to-physical-device-id", "::mlir::func::FuncOp"> {
14831474 let dependentDialects = [
Original file line number Diff line number Diff line change @@ -98,8 +98,6 @@ createPreCanonicalizationOptimizationPass(
9898std::unique_ptr<OperationPass<func::FuncOp>>
9999createLogicalToPhysicalDeviceIdPass (int64_t total_devices);
100100
101- std::unique_ptr<OperationPass<func::FuncOp>> createDebugAssertInsertionPass ();
102-
103101#define GEN_PASS_DECL_MOSAICSERDEPASS
104102#include " jaxlib/mosaic/dialect/tpu/tpu_passes.h.inc"
105103
You can’t perform that action at this time.
0 commit comments