"ts/vscode:/vscode.git/clone" did not exist on "125ec21ffd91ffba2b1578131547509b3df81865"
Commit a91fca85 authored by jungpark-mlir's avatar jungpark-mlir
Browse files

Update mlir.cpp

parent b3fb3a7e
......@@ -38,6 +38,8 @@
#undef MIGRAPHX_MLIR
#else
#include <mlir-c/RegisterRocMLIR.h>
#include <mlir-c/Dialect/Rock.h>
#include <fstream>
#endif
#endif
......@@ -588,7 +590,7 @@ struct mlir_program
{
getline(table_in, prob, "\t");
getline(table_in, perf, "\t");
mlirRockTuningUpdateTable(tuning_tTable, prob.c_str(), perf.c_str(), 1.0);
mlirRockTuningUpdateTable(tuning_table, prob.c_str(), perf.c_str(), 1.0);
}
table_in.close();
}
......
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