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
6e9142b5
Commit
6e9142b5
authored
Mar 09, 2019
by
Paul
Browse files
Formatting
parent
9607aef2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/targets/gpu/schedule_model.cpp
src/targets/gpu/schedule_model.cpp
+4
-1
No files found.
src/targets/gpu/schedule_model.cpp
View file @
6e9142b5
...
@@ -25,7 +25,10 @@ struct record_event
...
@@ -25,7 +25,10 @@ struct record_event
return
{};
return
{};
}
}
void
finalize
(
context
&
ctx
,
const
shape
&
,
const
std
::
vector
<
shape
>&
)
{
ctx
.
create_events
(
event
);
}
void
finalize
(
context
&
ctx
,
const
shape
&
,
const
std
::
vector
<
shape
>&
)
{
ctx
.
create_events
(
event
);
}
};
};
struct
wait_event
struct
wait_event
...
...
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