Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-c committed Jan 6, 2025
1 parent 84aace5 commit 9977952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def __init__(self, unit_test):
super().__init__(unit_test, activation_layers_idx=[1, 2, 4])

def get_resource_utilization(self):
return ResourceUtilization(activation_memory=767)
return ResourceUtilization(activation_memory=768)

def get_tpc(self):
eight_bits = generate_test_op_qc(**generate_test_attr_configs())
Expand Down

0 comments on commit 9977952

Please sign in to comment.