Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yancey1989 committed Nov 8, 2024
1 parent 93ee220 commit f22e15d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions torch_xla/csrc/runtime/disc_computation_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,7 @@ ComputationClient::ComputationPtr DISCComputationClient::DeserializeComputation(
xla::HloModuleProto hlo_proto;
disc::DISCCompileResult result_proto;
hlo_proto.ParseFromString(parts[0]);
XLA_VLOG(0) << "DeserializeComputation: " << hlo_proto.DebugString() << "\n";
result_proto.ParseFromString(parts[1]);
XLA_VLOG(0) << "DeserializeComputation: " << result_proto.DebugString()
<< "\n";

disc::DISCComplationResult compile_result;
compile_result.ral_lib = result_proto.ral_library();
Expand Down
3 changes: 0 additions & 3 deletions torch_xla/csrc/runtime/disc_computation_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ class DISCComputationClient : public ComputationClient {

ComputationClient::ComputationPtr DeserializeComputation(
const std::string& serialized) override;
//{
// XLA_ERROR() << __FUNCTION__ << " not implemented";
//}
torch::lazy::hash_t HashCompilationEnv() override {
// TODO(wangang.wa): Improve this function.
return torch::lazy::hash_t();
Expand Down

0 comments on commit f22e15d

Please sign in to comment.