Unverified Commit 50377f86 authored by Jai Menon's avatar Jai Menon Committed by GitHub

Merge pull request #461 from NervanaSystems/jmenon/warnings

CPU: Kill warnings
parents 05d80db3 6b8fae68
......@@ -91,7 +91,7 @@ static const string& get_mkldnn_data_type(const string& type)
void runtime::cpu::CPU_Emitter::EmitMKLDNNPreamble(codegen::CodeWriter& writer)
{
writer << "// MKLDNN Preamble\n";
writer << "#include <mkldnn.hpp>;\n";
writer << "#include <mkldnn.hpp>\n";
writer << "using namespace mkldnn;\n\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