We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f62148 commit 07ff34eCopy full SHA for 07ff34e
tensorflow/compiler/plugin/poplar/driver/tools/poplar_executable_binary_file.cc
@@ -158,7 +158,7 @@ Status PoplarExecutableBinaryFile::Write(
158
try {
159
// Append the protobuf metadata.
160
popef_opaque->stream << serialized;
161
- popef_exe = popef_writer->createExecutable(exec_hash);
+ popef_exe = popef_writer->createExecutable(exec_hash, /*compress=*/false);
162
} catch (const std::exception& e) {
163
return PopEFExceptionToTensorflowStatus("[WriteOpaque]", e);
164
}
0 commit comments