Skip to content

Commit 07ff34e

Browse files
AnthonyBarbiergeorgepaw
authored andcommitted
Disable PopEF executable compression by default
Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep Subscribers: georgep Maniphest Tasks: T46616 Differential Revision: https://phabricator.sourcevertex.net/D53191
1 parent 0f62148 commit 07ff34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/compiler/plugin/poplar/driver/tools/poplar_executable_binary_file.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Status PoplarExecutableBinaryFile::Write(
158158
try {
159159
// Append the protobuf metadata.
160160
popef_opaque->stream << serialized;
161-
popef_exe = popef_writer->createExecutable(exec_hash);
161+
popef_exe = popef_writer->createExecutable(exec_hash, /*compress=*/false);
162162
} catch (const std::exception& e) {
163163
return PopEFExceptionToTensorflowStatus("[WriteOpaque]", e);
164164
}

0 commit comments

Comments
 (0)