"src/targets/gpu/device/recip.cpp" did not exist on "a023ec19fa7dd7fea0e3dedcdc02892c4efd309d"
Commit e6f8a2cf authored by Paul's avatar Paul
Browse files

Format

parent 812cd5c8
...@@ -447,7 +447,7 @@ struct mlir_program ...@@ -447,7 +447,7 @@ 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());
......
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