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
637aa811
Commit
637aa811
authored
Dec 23, 2018
by
Khalique
Browse files
continue testing
parent
536ec35f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/targets/gpu/lowering.cpp
src/targets/gpu/lowering.cpp
+2
-1
No files found.
src/targets/gpu/lowering.cpp
View file @
637aa811
...
...
@@ -42,6 +42,7 @@
#include <migraphx/gpu/concat.hpp>
#include <utility>
#include <functional>
#include <algorithm>
namespace
migraphx
{
inline
namespace
MIGRAPHX_INLINE_NS
{
...
...
@@ -55,7 +56,7 @@ struct miopen_apply
void
check_shape
(
shape
x
,
instruction_ref
i
)
{
assert
(
x
==
i
->
get_shape
());
assert
(
x
.
lens
()
==
i
->
get_shape
()
.
lens
()
);
(
void
)
x
;
(
void
)
i
;
}
...
...
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