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
6f227761
Commit
6f227761
authored
May 26, 2023
by
Paul
Browse files
Resize vector
parent
206af368
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/targets/gpu/compile_ops.cpp
src/targets/gpu/compile_ops.cpp
+1
-0
No files found.
src/targets/gpu/compile_ops.cpp
View file @
6f227761
...
@@ -126,6 +126,7 @@ struct compile_plan
...
@@ -126,6 +126,7 @@ struct compile_plan
// No solution yet until benchmarked so skip for now
// No solution yet until benchmarked so skip for now
if
(
solution
.
is_null
())
if
(
solution
.
is_null
())
return
;
return
;
results
.
resize
(
1
);
compiles
.
emplace_back
([
=
]
{
compiles
.
emplace_back
([
=
]
{
results
[
0
]
=
compiled_result
{
compile
(
*
ctx
,
ins
,
preop
,
solution
),
ins
};
results
[
0
]
=
compiled_result
{
compile
(
*
ctx
,
ins
,
preop
,
solution
),
ins
};
});
});
...
...
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