Skip to content

Commit 8ee3bdb

Browse files
committed
"recun ci. test=develop"
1 parent fcc1ffa commit 8ee3bdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/paddle/fluid/transpiler/memory_optimization_transpiler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ def compare_shape(x_shape, cache_shape, opt_level):
321321

322322
if not compare_shape(x_shape, cache_shape, level):
323323
continue
324-
# TODO(qijun): actually, we should compare
325-
# dtype_to_size[x_dtype] and dtype_to_size[cache_dtype]
324+
# TODO(qijun): dtype_to_size[x_dtype] and dtype_to_size[cache_dtype]
326325
if x_dtype != cache_dtype:
327326
continue
328327

0 commit comments

Comments
 (0)