Commit e6f8a2cf authored by Paul's avatar Paul
Browse files

Format

parent 812cd5c8
...@@ -447,12 +447,12 @@ struct mlir_program ...@@ -447,12 +447,12 @@ struct mlir_program
// 1st pipeline to call // 1st pipeline to call
mlirMIGraphXAddHighLevelPipeline(pm.get()); mlirMIGraphXAddHighLevelPipeline(pm.get());
// 2nd pipeline to call // 2nd pipeline to call
const char *deviceName = "gfx908"; const char* deviceName = "gfx908";
mlirMIGraphXAddBackendPipeline(pm.get(), deviceName); mlirMIGraphXAddBackendPipeline(pm.get(), deviceName);
mlirPassManagerRun(pm.get(), mmodule.get()); mlirPassManagerRun(pm.get(), mmodule.get());
code_object_op op; code_object_op op;
op.code_object = get_binary(); op.code_object = get_binary();
std::tie(op.global, op.local) = get_launch_params(); std::tie(op.global, op.local) = get_launch_params();
return op; return op;
} }
......
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