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
23c55bda
Commit
23c55bda
authored
May 20, 2019
by
Paul
Browse files
Skip builtins and loads
parent
f1d1b612
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/program.cpp
src/program.cpp
+1
-1
No files found.
src/program.cpp
View file @
23c55bda
...
@@ -448,7 +448,7 @@ argument program::eval(std::unordered_map<std::string, argument> params) const
...
@@ -448,7 +448,7 @@ argument program::eval(std::unordered_map<std::string, argument> params) const
this
->
debug_print
(
ins
);
this
->
debug_print
(
ins
);
auto
result
=
check_context
(
f
);
auto
result
=
check_context
(
f
);
ctx
.
finish
();
ctx
.
finish
();
if
(
trace_level
>
1
)
if
(
trace_level
>
1
and
ins
->
name
().
front
()
!=
'@'
and
ins
->
name
()
!=
"load"
)
std
::
cout
<<
"Ouput: "
<<
result
<<
std
::
endl
;
std
::
cout
<<
"Ouput: "
<<
result
<<
std
::
endl
;
return
result
;
return
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