"vscode:/vscode.git/clone" did not exist on "a2085b85f04d693222297bf614a5e5b34de04986"
Commit 34a7c072 authored by Paul's avatar Paul
Browse files

Format

parent 722d5f5c
...@@ -469,7 +469,8 @@ struct mlir_program ...@@ -469,7 +469,8 @@ struct mlir_program
// HACK: Since MLIR can't handle the full target name // HACK: Since MLIR can't handle the full target name
auto hacked_tname = tname.substr(0, tname.find(":")); auto hacked_tname = tname.substr(0, tname.find(":"));
auto hacked_features = tname.substr(tname.find(":")); auto hacked_features = tname.substr(tname.find(":"));
mlirMIGraphXAddBackendPipeline(pm.get(), hacked_tname.c_str(), "amdgcn-amd-amdhsa", hacked_features.c_str()); mlirMIGraphXAddBackendPipeline(
pm.get(), hacked_tname.c_str(), "amdgcn-amd-amdhsa", hacked_features.c_str());
mlirPassManagerRun(pm.get(), mmodule.get()); mlirPassManagerRun(pm.get(), mmodule.get());
code_object_op op; code_object_op 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