Skip to content

Commit 76acc15

Browse files
committed
Update test bounds.
Summary: Resolves T73523 Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, zigmasb Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, zigmasb Maniphest Tasks: T73523 Differential Revision: https://phabricator.sourcevertex.net/D81062
1 parent b2d8980 commit 76acc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/compiler/plugin/poplar/tests/size_speed_tests/matmul_size_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def testTrainingBs1(self):
156156
sess.run(train, feed_dict={x: data, y_: labels})
157157

158158
report = pva.openReport(report_helper.find_report())
159-
self.assert_total_tile_memory(report, 7142699)
159+
self.assert_total_tile_memory(report, 7738391)
160160

161161
def testTrainingBs2(self):
162162
cfg = ipu.utils.IPUConfig()

0 commit comments

Comments
 (0)