Commit 9f0e1f60 authored by nmostafa's avatar nmostafa

style-apply

parent 54a07598
...@@ -143,7 +143,6 @@ void MLIRCompiler::build_ng_dialect_module() ...@@ -143,7 +143,6 @@ void MLIRCompiler::build_ng_dialect_module()
} }
dump_mlir_module("nGraph Dialect Dump:"); dump_mlir_module("nGraph Dialect Dump:");
} }
// Converts an nGraph Tensor into an MLIR tensor type, including the conversion of the Tensor's // Converts an nGraph Tensor into an MLIR tensor type, including the conversion of the Tensor's
......
...@@ -112,7 +112,7 @@ namespace ...@@ -112,7 +112,7 @@ namespace
"Error lowering dialect\n"); "Error lowering dialect\n");
signalPassFailure(); signalPassFailure();
} }
processFakeInstrs(); processFakeInstrs();
} }
......
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