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
bc2cd59b
Commit
bc2cd59b
authored
Nov 27, 2023
by
charlie
Browse files
Fix eliminate_data_type and format
parent
187888bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/eliminate_data_type.cpp
src/eliminate_data_type.cpp
+2
-1
src/split_single_dyn_dim.cpp
src/split_single_dyn_dim.cpp
+0
-1
No files found.
src/eliminate_data_type.cpp
View file @
bc2cd59b
...
@@ -41,7 +41,8 @@ void eliminate_data_type::apply(module& m) const
...
@@ -41,7 +41,8 @@ void eliminate_data_type::apply(module& m) const
"nonmaxsuppression"
,
"nonmaxsuppression"
,
"scatternd_add"
,
"scatternd_add"
,
"scatternd_mul"
,
"scatternd_mul"
,
"scatternd_none"
};
"scatternd_none"
,
"select_module"
};
for
(
auto
ins
:
iterator_for
(
m
))
for
(
auto
ins
:
iterator_for
(
m
))
{
{
if
(
ins
->
name
()[
0
]
==
'@'
)
if
(
ins
->
name
()[
0
]
==
'@'
)
...
...
src/split_single_dyn_dim.cpp
View file @
bc2cd59b
/*
/*
/*
* The MIT License (MIT)
* The MIT License (MIT)
*
*
...
...
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