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
15285630
Commit
15285630
authored
Aug 11, 2022
by
Paul
Browse files
Format
parent
ba72ce42
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/targets/gpu/kernels/include/migraphx/kernels/layernorm.hpp
...argets/gpu/kernels/include/migraphx/kernels/layernorm.hpp
+2
-2
src/targets/gpu/kernels/include/migraphx/kernels/reduce.hpp
src/targets/gpu/kernels/include/migraphx/kernels/reduce.hpp
+4
-4
No files found.
src/targets/gpu/kernels/include/migraphx/kernels/layernorm.hpp
View file @
15285630
src/targets/gpu/kernels/include/migraphx/kernels/reduce.hpp
View file @
15285630
...
@@ -225,7 +225,7 @@ struct block
...
@@ -225,7 +225,7 @@ struct block
});
});
}
}
template
<
class
Input
>
template
<
class
Input
>
constexpr
auto
elements
()
const
constexpr
auto
elements
()
const
{
{
using
reduce_type
=
decltype
(
slicer
(
Input
{}));
using
reduce_type
=
decltype
(
slicer
(
Input
{}));
...
@@ -294,7 +294,7 @@ struct lane
...
@@ -294,7 +294,7 @@ struct lane
});
});
}
}
template
<
class
Input
>
template
<
class
Input
>
constexpr
auto
elements
()
const
constexpr
auto
elements
()
const
{
{
using
reduce_type
=
decltype
(
slicer
(
Input
{}));
using
reduce_type
=
decltype
(
slicer
(
Input
{}));
...
...
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