Commit 38e71939 authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

CPU: Emit an informational comment to the generated TU

parent 6fdf3154
......@@ -207,7 +207,7 @@ void ExternalFunction::compile(FunctionMap& function_map)
// Now we build the TU
Emitter emitter;
auto& TU = emitter.GetTU();
TU += R"(
TU += R"(// Generated by the NGraph CPU backend
#include <memory>
#include <vector>
......
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