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
composable_kernel
Commits
f61c37d0
Commit
f61c37d0
authored
Feb 13, 2023
by
rocking
Browse files
Share the VGPR of x and y
parent
491c0631
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
include/ck/tensor_operation/gpu/grid/gridwise_normalization_welford_variance.hpp
...tion/gpu/grid/gridwise_normalization_welford_variance.hpp
+1
-8
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_normalization_welford_variance.hpp
View file @
f61c37d0
...
@@ -152,14 +152,7 @@ struct GridwiseNormalizationWelfordVariance_mk_to_mk
...
@@ -152,14 +152,7 @@ struct GridwiseNormalizationWelfordVariance_mk_to_mk
},
},
Number
<
ThreadBufferNumber
>
{});
Number
<
ThreadBufferNumber
>
{});
auto
y_thread_buf
=
generate_tuple
(
auto
&
y_thread_buf
=
x_thread_buf
;
[
&
](
auto
)
{
return
StaticBuffer
<
AddressSpaceEnum
::
Vgpr
,
ComputeDataType
,
MThreadSliceSize
*
YDstVectorSize
,
true
>
{};
},
Number
<
ThreadBufferNumber
>
{});
StaticBuffer
<
AddressSpaceEnum
::
Vgpr
,
ComputeDataType
,
MThreadSliceSize
,
true
>
StaticBuffer
<
AddressSpaceEnum
::
Vgpr
,
ComputeDataType
,
MThreadSliceSize
,
true
>
mean_thread_buf
;
mean_thread_buf
;
...
...
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