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
3ac58ecb
Commit
3ac58ecb
authored
Jan 14, 2023
by
guangzlu
Browse files
modified blockwise_dropout.hpp
parent
d0e6544a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
include/ck/tensor_operation/gpu/block/blockwise_dropout.hpp
include/ck/tensor_operation/gpu/block/blockwise_dropout.hpp
+0
-5
No files found.
include/ck/tensor_operation/gpu/block/blockwise_dropout.hpp
View file @
3ac58ecb
...
@@ -40,11 +40,6 @@ struct BlockwiseDropout
...
@@ -40,11 +40,6 @@ struct BlockwiseDropout
block_sync_lds
();
block_sync_lds
();
for
(
int
i
=
0
;
i
<
tmp_size
;
i
++
)
{
printf
(
"%u
\n
"
,
tmp
[
i
]);
}
int
tmp_index
=
0
;
int
tmp_index
=
0
;
static_for
<
0
,
MRepeat
,
1
>
{}([
&
](
auto
iM
)
{
static_for
<
0
,
MRepeat
,
1
>
{}([
&
](
auto
iM
)
{
static_for
<
0
,
KRepeat
,
1
>
{}([
&
](
auto
iK
)
{
static_for
<
0
,
KRepeat
,
1
>
{}([
&
](
auto
iK
)
{
...
...
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