Unverified Commit b0395f68 authored by Jai Menon's avatar Jai Menon Committed by GitHub

Merge pull request #573 from NervanaSystems/jmenon/cleanup

CPU: Remove local function_name again
parents 7f93817b d43e7a35
...@@ -260,8 +260,6 @@ void runtime::cpu::CPU_ExternalFunction::compile() ...@@ -260,8 +260,6 @@ void runtime::cpu::CPU_ExternalFunction::compile()
return; return;
} }
string function_name = m_function->get_name();
m_mkldnn_emitter.reset(new MKLDNNEmitter()); m_mkldnn_emitter.reset(new MKLDNNEmitter());
ngraph::pass::Manager pass_manager; ngraph::pass::Manager pass_manager;
......
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