Commit a91fca85 authored by jungpark-mlir's avatar jungpark-mlir
Browse files

Update mlir.cpp

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