From 74d605b99ada3660af4d9d89722ba32af7983d0c Mon Sep 17 00:00:00 2001 From: manfei Date: Mon, 6 May 2024 22:48:03 +0000 Subject: [PATCH] recomment target version --- torch_xla/csrc/xla_graph_executor.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/torch_xla/csrc/xla_graph_executor.cpp b/torch_xla/csrc/xla_graph_executor.cpp index e7e2824eeaa..074a54f0718 100644 --- a/torch_xla/csrc/xla_graph_executor.cpp +++ b/torch_xla/csrc/xla_graph_executor.cpp @@ -1657,13 +1657,13 @@ XLAGraphExecutor::CachedComputation XLAGraphExecutor::GetXLAComputation(std::vec // CompilationResult compile_result = // Compile(*tensors, devices, coll, &po_data, ir_values); - runtime::ComputationClient::ComputationPtr compile_result = - XLAGraphExecutor::Compile(tensors, devices, coll, nullptr, ir_values).computation; +/// runtime::ComputationClient::ComputationPtr compile_result = +/// XLAGraphExecutor::Compile(tensors, devices, coll, nullptr, ir_values).computation; - runtime::ComputationClient::ComputationPtr a = nullptr; - return a; // return nullptr; +/// runtime::ComputationClient::ComputationPtr a = nullptr; +/// return a; // return nullptr; -} +/// } XLAGraphExecutor::ComputationCache::TypePtr XLAGraphExecutor::LookupCachedCompiletwo(const torch::lazy::hash_t& hash) {