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
40e7698a
"test/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "6e6e7f3aaf8c61abc4dbd8f56b9f2e7faa7bfcd4"
Commit
40e7698a
authored
Dec 03, 2023
by
Umang Yadav
Browse files
do not use brackets
parent
d06dd8dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/eliminate_fp8.cpp
src/eliminate_fp8.cpp
+1
-1
No files found.
src/eliminate_fp8.cpp
View file @
40e7698a
...
@@ -60,7 +60,7 @@ void eliminate_fp8::apply(module& m) const
...
@@ -60,7 +60,7 @@ void eliminate_fp8::apply(module& m) const
{
{
op
=
make_op
(
attributes
[
"general_data_type"
].
to
<
std
::
string
>
(),
op
.
to_value
());
op
=
make_op
(
attributes
[
"general_data_type"
].
to
<
std
::
string
>
(),
op
.
to_value
());
}
}
auto
new_ins
=
m
.
insert_instruction
(
ins
,
op
,
{
new_inputs
}
);
auto
new_ins
=
m
.
insert_instruction
(
ins
,
op
,
new_inputs
);
auto
convert_back_ins
=
m
.
insert_instruction
(
auto
convert_back_ins
=
m
.
insert_instruction
(
ins
,
ins
,
migraphx
::
make_op
(
"convert"
,
{{
"target_type"
,
migraphx
::
to_value
(
orig_type
)}}),
migraphx
::
make_op
(
"convert"
,
{{
"target_type"
,
migraphx
::
to_value
(
orig_type
)}}),
...
...
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