Skip to content

Commit ba51f48

Browse files
Revert "Enable C++ dynamic shape guards by default (pytorch#140756)"
This reverts commit dc0f09a. Reverted pytorch#140756 on behalf of https://github.com/izaitsevfb due to seem to break dynamo tests ([comment](pytorch#140756 (comment)))
1 parent 852b99e commit ba51f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_dynamo/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
enable_cpp_guard_manager = True
399399

400400
# Use C++ guard manger for symbolic shapes
401-
enable_cpp_symbolic_shape_guards = not is_fbcode()
401+
enable_cpp_symbolic_shape_guards = False
402402

403403
# Enable tracing through contextlib.contextmanager
404404
enable_trace_contextlib = True

0 commit comments

Comments
 (0)