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
1c968dcf
Commit
1c968dcf
authored
Jun 20, 2023
by
Paul
Browse files
Remove extra print
parent
58f60f27
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/targets/gpu/compile_ops.cpp
src/targets/gpu/compile_ops.cpp
+0
-1
No files found.
src/targets/gpu/compile_ops.cpp
View file @
1c968dcf
...
@@ -151,7 +151,6 @@ struct compile_plan
...
@@ -151,7 +151,6 @@ struct compile_plan
{
{
pc
.
mark
(
preop
.
name
(),
problem
);
pc
.
mark
(
preop
.
name
(),
problem
);
const
auto
&
solutions
=
config
->
solutions
;
const
auto
&
solutions
=
config
->
solutions
;
std
::
cout
<<
solutions
.
size
()
<<
std
::
endl
;
results
.
resize
(
solutions
.
size
());
results
.
resize
(
solutions
.
size
());
for
(
auto
i
:
range
(
solutions
.
size
()))
for
(
auto
i
:
range
(
solutions
.
size
()))
{
{
...
...
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