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
a7ecd592
Commit
a7ecd592
authored
Aug 12, 2019
by
Paul
Browse files
Formatting
parent
4070855d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/targets/gpu/device/include/migraphx/gpu/device/nary.hpp
src/targets/gpu/device/include/migraphx/gpu/device/nary.hpp
+5
-2
No files found.
src/targets/gpu/device/include/migraphx/gpu/device/nary.hpp
View file @
a7ecd592
...
...
@@ -282,8 +282,11 @@ auto nary_standard(hipStream_t stream, argument result, Arguments... args)
}
template
<
class
...
Arguments
>
bool
broadcastable
(
bool
&
divisible_by_4
,
std
::
size_t
max_size
,
const
argument
&
result
,
const
argument
&
barg
,
const
Arguments
&
...
args
)
bool
broadcastable
(
bool
&
divisible_by_4
,
std
::
size_t
max_size
,
const
argument
&
result
,
const
argument
&
barg
,
const
Arguments
&
...
args
)
{
divisible_by_4
=
false
;
auto
bshape
=
barg
.
get_shape
();
...
...
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