Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
a91fca85
Commit
a91fca85
authored
Jan 04, 2023
by
jungpark-mlir
Browse files
Update mlir.cpp
parent
b3fb3a7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/targets/gpu/mlir.cpp
src/targets/gpu/mlir.cpp
+3
-1
No files found.
src/targets/gpu/mlir.cpp
View file @
a91fca85
...
@@ -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_t
T
able
,
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
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment