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
dfb2f9d5
Commit
dfb2f9d5
authored
May 09, 2022
by
umangyadav
Browse files
formatting
parent
97b9aee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/api/include/migraphx/migraphx.hpp
src/api/include/migraphx/migraphx.hpp
+2
-1
No files found.
src/api/include/migraphx/migraphx.hpp
View file @
dfb2f9d5
...
@@ -902,7 +902,8 @@ struct value : MIGRAPHX_HANDLE_BASE(value)
...
@@ -902,7 +902,8 @@ struct value : MIGRAPHX_HANDLE_BASE(value)
call(&migraphx_value_get_##vt, &get_value, this->get_handle_ptr()); \
call(&migraphx_value_get_##vt, &get_value, this->get_handle_ptr()); \
return get_value; \
return get_value; \
} \
} \
const cpp_type* if_##vt() const { \
const cpp_type* if_##vt() const \
{ \
const cpp_type* ret_value = nullptr; \
const cpp_type* ret_value = nullptr; \
call(&migraphx_value_if_##vt, &ret_value, this->get_handle_ptr()); \
call(&migraphx_value_if_##vt, &ret_value, this->get_handle_ptr()); \
return ret_value; \
return ret_value; \
...
...
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