From f22e15d76909ffa6f615bbf7b8e9f53c9511e36f Mon Sep 17 00:00:00 2001 From: Yan Xu Date: Fri, 8 Nov 2024 16:40:31 +0800 Subject: [PATCH] update --- torch_xla/csrc/runtime/disc_computation_client.cc | 3 --- torch_xla/csrc/runtime/disc_computation_client.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/torch_xla/csrc/runtime/disc_computation_client.cc b/torch_xla/csrc/runtime/disc_computation_client.cc index 56f2729de3a..6393238431d 100644 --- a/torch_xla/csrc/runtime/disc_computation_client.cc +++ b/torch_xla/csrc/runtime/disc_computation_client.cc @@ -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(); diff --git a/torch_xla/csrc/runtime/disc_computation_client.h b/torch_xla/csrc/runtime/disc_computation_client.h index e4aeb223768..f95a184a41b 100644 --- a/torch_xla/csrc/runtime/disc_computation_client.h +++ b/torch_xla/csrc/runtime/disc_computation_client.h @@ -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();