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
yangql
composable_kernel-1
Commits
ba40c2ce
Unverified
Commit
ba40c2ce
authored
Jan 31, 2023
by
who who who
Committed by
GitHub
Jan 31, 2023
Browse files
remove unused variable (#564)
* remove unused variable * format code
parent
274108d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
include/ck/tensor_operation/gpu/grid/gridwise_sparse_embeddings_forward_layernorm.hpp
...gpu/grid/gridwise_sparse_embeddings_forward_layernorm.hpp
+1
-3
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_sparse_embeddings_forward_layernorm.hpp
View file @
ba40c2ce
...
@@ -185,9 +185,7 @@ struct GridwiseSparseEmbeddingsForwardLayernorm
...
@@ -185,9 +185,7 @@ struct GridwiseSparseEmbeddingsForwardLayernorm
},
},
Number
<
NumEmbeddings
>
{});
Number
<
NumEmbeddings
>
{});
auto
out_data_refs
=
generate_tie
(
auto
out_data_refs
=
generate_tie
(
[
&
](
auto
output_index_
)
->
auto
&
{
[
&
](
auto
)
->
auto
&
{
return
acc_thread_buf
(
Number
<
register_offset
>
{});
},
return
acc_thread_buf
(
Number
<
register_offset
>
{});
},
Number
<
1
>
{});
Number
<
1
>
{});
unpack2
(
emb_elementwise_op
,
out_data_refs
,
in_data_refs
);
unpack2
(
emb_elementwise_op
,
out_data_refs
,
in_data_refs
);
});
});
...
...
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