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_ROCM
Commits
2272755b
Commit
2272755b
authored
Feb 03, 2025
by
Aviral Goel
Browse files
fixed copyright errors
parent
372d603b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
example/ck_tile/18_flexattn/fmha_fwd.cpp
example/ck_tile/18_flexattn/fmha_fwd.cpp
+7
-7
No files found.
example/ck_tile/18_flexattn/fmha_fwd.cpp
View file @
2272755b
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-202
4
, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-202
5
, Advanced Micro Devices, Inc. All rights reserved.
#include "fmha_fwd.hpp"
#include "ck_tile/host.hpp"
...
...
@@ -1504,8 +1504,8 @@ bool run(const ck_tile::ArgParser& arg_parser)
mask
.
type
==
mask_enum
::
mask_top_left
));
}
auto
pre_softmax
=
[]
(
auto
s
)
{
//ck_tile::detail::swallow(s);
auto
pre_softmax
=
[](
auto
s
)
{
//
ck_tile::detail::swallow(s);
return
CK_PRE_SOFTMAX_F
;
};
s_host_ref
.
ForEach
([
&
](
auto
&
self
,
auto
i
)
{
...
...
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