Skip to content

Commit 55ef828

Browse files
committed
Remove extraneous pprint
1 parent a4306d4 commit 55ef828

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/tpp-tune/tpp-tune.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import sys
44
from pathlib import Path
55
from typing import Union, Sequence, Dict
6-
from pprint import pprint
76

87

98
# Enable automagically finding TPP-MLIR's python modules (which include
@@ -51,8 +50,6 @@ def choices_finder(op):
5150

5251
choices_finder(schedule.operation)
5352

54-
pprint(choices, stream=sys.stderr)
55-
5653
selected = autotune(choices)
5754

5855
@walker

0 commit comments

Comments
 (0)