Skip to content

Commit d699791

Browse files
committed
.debug changes
1 parent 46455be commit d699791

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pytensor/tensor/rewriting/blas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ def on_import(new_node):
475475
t0 = time.perf_counter()
476476
time_toposort += time.perf_counter() - t0
477477
did_something = False
478-
nodelist.reverse()
479478
for node in nodelist:
480479
if not (
481480
isinstance(node.op, Elemwise)

tests/compile/test_profiling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def test_profiling(self):
3939
m = None
4040

4141
f = function(x, z, profile=p, name="test_profiling", mode=m)
42+
f.dprint(print_memory_map=True)
4243

4344
inp = [np.arange(1024, dtype="float32") + 1 for i in range(len(x))]
4445
f(*inp)

0 commit comments

Comments
 (0)