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
08818a51
Commit
08818a51
authored
Apr 17, 2019
by
Shucai Xiao
Browse files
clang format
parent
9b34672e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/adjust_allocation.cpp
src/targets/gpu/adjust_allocation.cpp
+1
-1
No files found.
src/targets/gpu/adjust_allocation.cpp
View file @
08818a51
...
@@ -14,7 +14,7 @@ void adjust_allocation::apply(program& p) const
...
@@ -14,7 +14,7 @@ void adjust_allocation::apply(program& p) const
for
(
auto
ins
:
iterator_for
(
p
))
for
(
auto
ins
:
iterator_for
(
p
))
{
{
// skip instructions not in the set
// skip instructions not in the set
if
(
std
::
find
(
ins_names
.
begin
(),
ins_names
.
end
(),
ins
->
name
())
==
ins_names
.
end
())
if
(
std
::
find
(
ins_names
.
begin
(),
ins_names
.
end
(),
ins
->
name
())
==
ins_names
.
end
())
{
{
continue
;
continue
;
}
}
...
...
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