Skip to content

Commit ada06ac

Browse files
Update arch.py
1 parent 346b922 commit ada06ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytimeloop/timeloopfe/v4/arch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ def declare_attrs(cls, *args, **kwargs):
522522
super().add_attr("n_banks", (str, int), 2)
523523
super().add_attr("block_size", (str, int), None)
524524
super().add_attr("cluster_size", (str, int), 1)
525-
super().add_attr("width", (str, int), None)
526-
super().add_attr("depth", (str, int), None)
525+
super().add_attr("width", (str, int))
526+
super().add_attr("depth", (str, int))
527527
super().add_attr("entries", (str, int), None)
528528
super().add_attr("sizeKB", (str, int), None)
529529
super().add_attr("reduction_supported", (str, bool), True)

0 commit comments

Comments
 (0)