Commit e6f8a2cf authored by Paul's avatar Paul
Browse files

Format

parent 812cd5c8
......@@ -447,7 +447,7 @@ struct mlir_program
// 1st pipeline to call
mlirMIGraphXAddHighLevelPipeline(pm.get());
// 2nd pipeline to call
const char *deviceName = "gfx908";
const char* deviceName = "gfx908";
mlirMIGraphXAddBackendPipeline(pm.get(), deviceName);
mlirPassManagerRun(pm.get(), mmodule.get());
......
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