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
ec888811
"docs/references/deepseek_usage.md" did not exist on "ac05310098aa525ca526c04539d5549cb4fc00a7"
Commit
ec888811
authored
Aug 13, 2018
by
wsttiger
Browse files
Formatting
parent
bacf1572
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/program.cpp
src/program.cpp
+1
-0
No files found.
src/program.cpp
View file @
ec888811
...
...
@@ -200,6 +200,7 @@ argument program::eval(std::unordered_map<std::string, argument> params) const
ins
.
arguments
.
end
(),
values
.
begin
(),
[
&
](
instruction_ref
i
)
{
return
results
.
at
(
std
::
addressof
(
*
i
));
});
std
::
cout
<<
"Compute: "
<<
ins
.
op
.
name
()
<<
std
::
endl
;
result
=
ins
.
op
.
compute
(
this
->
impl
->
ctx
,
ins
.
result
,
values
);
}
results
.
emplace
(
std
::
addressof
(
ins
),
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