Unverified Commit ec64368f authored by Nick Korovaiko's avatar Nick Korovaiko Committed by GitHub

Update cpu_external_function.cpp

parent 9544901a
...@@ -1982,7 +1982,7 @@ void runtime::cpu::CPU_ExternalFunction::build() ...@@ -1982,7 +1982,7 @@ void runtime::cpu::CPU_ExternalFunction::build()
file_util::path_join(s_debug_dir, m_function_name + "_debug.txt"); file_util::path_join(s_debug_dir, m_function_name + "_debug.txt");
std::stringstream ss; std::stringstream ss;
ss << "EXECUTION PLAN:\n"; ss << "\nEXECUTION PLAN:\n";
for (size_t i = 0; i < functors.size(); i++) for (size_t i = 0; i < functors.size(); i++)
{ {
ss << op_names.at(i) << " will be executed with the following inputs:\n"; ss << op_names.at(i) << " will be executed with the following inputs:\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment