Skip to content

Commit

Permalink
recomment target version
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed May 6, 2024
1 parent dfb62e4 commit 74d605b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions torch_xla/csrc/xla_graph_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 74d605b

Please sign in to comment.