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
11cab2d5
Commit
11cab2d5
authored
Sep 21, 2023
by
Alan Turner
Browse files
Remove copied comments
parent
8a5e3fb0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_softmax_gemm_xdl_cshuffle.hpp
...ce/impl/device_batched_gemm_softmax_gemm_xdl_cshuffle.hpp
+0
-4
No files found.
include/ck/tensor_operation/gpu/device/impl/device_batched_gemm_softmax_gemm_xdl_cshuffle.hpp
View file @
11cab2d5
...
@@ -627,7 +627,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle
...
@@ -627,7 +627,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle
}
}
else
if
constexpr
(
is_same_v
<
ALayout
,
Col
>
)
else
if
constexpr
(
is_same_v
<
ALayout
,
Col
>
)
{
{
// FIXME: not rigorous
if
(
MRaw_
%
ABlockTransferSrcScalarPerVector
!=
0
)
if
(
MRaw_
%
ABlockTransferSrcScalarPerVector
!=
0
)
{
{
return
false
;
return
false
;
...
@@ -648,7 +647,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle
...
@@ -648,7 +647,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle
}
}
else
if
constexpr
(
is_same_v
<
BLayout
,
Col
>
)
else
if
constexpr
(
is_same_v
<
BLayout
,
Col
>
)
{
{
// FIXME: not rigorous
if
(
KRaw_
%
BBlockTransferSrcScalarPerVector
!=
0
)
if
(
KRaw_
%
BBlockTransferSrcScalarPerVector
!=
0
)
{
{
return
false
;
return
false
;
...
@@ -669,7 +667,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle
...
@@ -669,7 +667,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle
}
}
else
if
constexpr
(
is_same_v
<
B1Layout
,
Col
>
)
else
if
constexpr
(
is_same_v
<
B1Layout
,
Col
>
)
{
{
// FIXME: not rigorous
if
(
NRaw_
%
B1BlockTransferSrcScalarPerVector
!=
0
)
if
(
NRaw_
%
B1BlockTransferSrcScalarPerVector
!=
0
)
{
{
return
false
;
return
false
;
...
@@ -690,7 +687,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle
...
@@ -690,7 +687,6 @@ struct DeviceBatchedGemmSoftmaxGemm_Xdl_CShuffle
}
}
else
if
constexpr
(
is_same_v
<
CLayout
,
Col
>
)
else
if
constexpr
(
is_same_v
<
CLayout
,
Col
>
)
{
{
// FIXME: not rigorous
if
(
MRaw_
%
CShuffleBlockTransferScalarPerVector_NPerBlock
!=
0
)
if
(
MRaw_
%
CShuffleBlockTransferScalarPerVector_NPerBlock
!=
0
)
{
{
return
false
;
return
false
;
...
...
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