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
cfc4db26
"src/targets/cpu/cpu_lowering.cpp" did not exist on "ed6bf6d104fecc48a948d487c9623a83a441bc8a"
Commit
cfc4db26
authored
Dec 11, 2018
by
Paul
Browse files
Formatting
parent
58d5dee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/include/migraphx/shape.hpp
src/include/migraphx/shape.hpp
+1
-1
No files found.
src/include/migraphx/shape.hpp
View file @
cfc4db26
...
...
@@ -44,7 +44,7 @@ struct shape
template
<
class
T
,
class
=
void
>
struct
get_type
;
#define MIGRAPHX_SHAPE_GENERATE_GET_TYPE(x, t)
\
#define MIGRAPHX_SHAPE_GENERATE_GET_TYPE(x, t) \
template <class T> \
struct get_type<t, T> : std::integral_constant<type_t, x> \
{ \
...
...
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