Skip to content

Commit b0f36eb

Browse files
committed
Disable dataflow activity
1 parent ffc9add commit b0f36eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

enzyme/Enzyme/MLIR/Passes/Passes.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def EnzymeActivityOpt : Pass<"enzyme-activity-opt">{
9191
/*C++ variable name=*/"dataflow",
9292
/*CLI argument=*/"dataflow",
9393
/*type=*/"bool",
94-
/*default=*/"true",
94+
/*default=*/"false",
9595
/*description=*/"Whether to use the new Dataflow activity analysis"
9696
>,
9797
Option<

0 commit comments

Comments
 (0)