Skip to content

Commit 330fe1c

Browse files
committed
add a TODO message
1 parent 889559c commit 330fe1c

File tree

1 file changed

+1
-0
lines changed
  • python/paddle/jit/sot/opcode_translator/executor/variables

1 file changed

+1
-0
lines changed

python/paddle/jit/sot/opcode_translator/executor/variables/basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,7 @@ def make_stringified_guard(self) -> list[StringifiedExpression]:
10101010
union_free_vars(frame_value_tracer.free_vars),
10111011
),
10121012
]
1013+
# TODO: replace it with FasterStringifiedExpression
10131014
if _type is int:
10141015
guards.append(
10151016
StringifiedExpression(

0 commit comments

Comments
 (0)