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
d2198a2a
Commit
d2198a2a
authored
Mar 03, 2019
by
Paul
Browse files
Formatting
parent
81fb85e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
test/schedule_test.cpp
test/schedule_test.cpp
+14
-13
No files found.
test/schedule_test.cpp
View file @
d2198a2a
...
@@ -121,7 +121,8 @@ bool check_conflicts(migraphx::program& p, migraphx::instruction_ref x, migraphx
...
@@ -121,7 +121,8 @@ bool check_conflicts(migraphx::program& p, migraphx::instruction_ref x, migraphx
}
}
void
check_conflicts
(
migraphx
::
program
&
p
,
void
check_conflicts
(
migraphx
::
program
&
p
,
std
::
vector
<
std
::
vector
<
migraphx
::
instruction_ref
>>
conflicts
,
bool
result
=
true
)
std
::
vector
<
std
::
vector
<
migraphx
::
instruction_ref
>>
conflicts
,
bool
result
=
true
)
{
{
migraphx
::
dfor
(
conflicts
.
size
(),
conflicts
.
size
())([
&
](
auto
i
,
auto
j
)
{
migraphx
::
dfor
(
conflicts
.
size
(),
conflicts
.
size
())([
&
](
auto
i
,
auto
j
)
{
if
(
i
==
j
)
if
(
i
==
j
)
...
...
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