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
90ba5aba
"...resnet50_tensorflow.git" did not exist on "c54c9bd9f028ee9ec29aa63b5303ac1282662888"
Commit
90ba5aba
authored
Mar 12, 2019
by
Paul
Browse files
Fix compile error on gcc 5
parent
96c856c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/schedule.cpp
src/schedule.cpp
+1
-1
No files found.
src/schedule.cpp
View file @
90ba5aba
...
@@ -178,7 +178,7 @@ struct stream_info
...
@@ -178,7 +178,7 @@ struct stream_info
{
{
bool
result
=
false
;
bool
result
=
false
;
f
([
&
](
auto
s
)
{
f
([
&
](
auto
s
)
{
result
=
different
(
f
,
s
);
result
=
this
->
different
(
f
,
s
);
return
false
;
return
false
;
});
});
return
result
;
return
result
;
...
...
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