Skip to content

Commit 97db102

Browse files
committed
Adjust compute sets
Summary: Ref T16509 Test Plan: CI Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, jakeh Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, jakeh Maniphest Tasks: T16509 Differential Revision: https://phabricator.sourcevertex.net/D56694
1 parent 5e5b154 commit 97db102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/compiler/plugin/poplar/tests/conv3d_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test3DConv1x1x1_WithBias(self):
148148

149149
report = pva.openReport(report_helper.find_report())
150150
ok = [
151-
'__seed*', 'host-exchange-local-copy-', 'Copy_',
151+
'__seed*', 'host-exchange-local-copy-',
152152
'Conv3D/convolution.*/Conv_1x1', 'add/fusion/Op/Add'
153153
]
154154
self.assert_all_compute_sets_and_list(report, ok)

0 commit comments

Comments
 (0)