Skip to content

Commit 0f45e20

Browse files
committed
Fix compilation crash for the new XLA test since the interface change.
1 parent 9ff205f commit 0f45e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ TEST(XlaCompilationTest, StagePipelinePreservedByClusterScopingPass) {
18041804
}
18051805
}
18061806
TEST(XlaCompilationTest, XLALiteWhitelist) {
1807-
auto* whitelist_table = CreateWhitelist();
1807+
auto* whitelist_table = GetWhitelistTable();
18081808
absl::flat_hash_set<string> hwhitelist;
18091809
std::vector<string> vall_ops = XlaOpRegistry::GetAllRegisteredOps();
18101810
absl::flat_hash_set<string> all_ops(vall_ops.begin(), vall_ops.end());

0 commit comments

Comments
 (0)