We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d41f5 commit 91f09aaCopy full SHA for 91f09aa
backends/cadence/aot/memory_planning.py
@@ -367,7 +367,8 @@ def print_memory_planning_info(
367
368
# Print the memory usage per memory space as a table
369
logging.info(
370
- tabulate(
+ "\n"
371
+ + tabulate(
372
memory_usage_table,
373
headers=[
374
"Memory Space",
@@ -398,7 +399,8 @@ def print_memory_planning_info(
398
399
400
# Print the total memory usage as a table
401
402
403
404
total_memory_usage_table,
405
tablefmt="outline",
406
)
0 commit comments