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
c3379310
Commit
c3379310
authored
Jul 22, 2022
by
Chao Liu
Browse files
clean
parent
ae1b4ee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
include/ck/tensor_operation/gpu/device/device_conv_fwd_multiple_d_xdl_cshuffle.hpp
...on/gpu/device/device_conv_fwd_multiple_d_xdl_cshuffle.hpp
+0
-19
No files found.
include/ck/tensor_operation/gpu/device/device_conv_fwd_multiple_d_xdl_cshuffle.hpp
View file @
c3379310
...
...
@@ -967,15 +967,8 @@ struct DeviceConvFwdMultipleD_Xdl_CShuffle : public DeviceConvFwdMultipleD<NDimS
static
bool
IsSupportedArgument
(
const
Argument
&
arg
)
{
#if 1
arg
.
Print
();
#endif
namespace
ctc
=
tensor_layout
::
convolution
;
int
itmp
=
0
;
printf
(
"itmp %d
\n
"
,
itmp
++
);
// check device
if
(
get_device_name
()
==
"gfx908"
)
{
...
...
@@ -998,8 +991,6 @@ struct DeviceConvFwdMultipleD_Xdl_CShuffle : public DeviceConvFwdMultipleD<NDimS
return
false
;
}
printf
(
"itmp %d
\n
"
,
itmp
++
);
// check ConvolutionForwardSpecialization
if
constexpr
(
ConvForwardSpecialization
==
ConvolutionForwardSpecialization
::
Filter1x1Stride1Pad0
)
...
...
@@ -1035,8 +1026,6 @@ struct DeviceConvFwdMultipleD_Xdl_CShuffle : public DeviceConvFwdMultipleD<NDimS
}
}
printf
(
"itmp %d
\n
"
,
itmp
++
);
// check vector access of A
if
constexpr
(
is_same_v
<
ALayout
,
ctc
::
NWC
>
||
is_same_v
<
ALayout
,
ctc
::
NHWC
>
||
is_same_v
<
ALayout
,
ctc
::
NDHWC
>
)
...
...
@@ -1053,8 +1042,6 @@ struct DeviceConvFwdMultipleD_Xdl_CShuffle : public DeviceConvFwdMultipleD<NDimS
return
false
;
}
printf
(
"itmp %d
\n
"
,
itmp
++
);
// check vector access of B
if
constexpr
(
is_same_v
<
BLayout
,
ctc
::
KXC
>
||
is_same_v
<
BLayout
,
ctc
::
KYXC
>
||
is_same_v
<
BLayout
,
ctc
::
KZYXC
>
)
...
...
@@ -1071,8 +1058,6 @@ struct DeviceConvFwdMultipleD_Xdl_CShuffle : public DeviceConvFwdMultipleD<NDimS
return
false
;
}
printf
(
"itmp %d
\n
"
,
itmp
++
);
// check vector access of Ds
bool
valid
=
true
;
...
...
@@ -1101,8 +1086,6 @@ struct DeviceConvFwdMultipleD_Xdl_CShuffle : public DeviceConvFwdMultipleD<NDimS
return
false
;
}
printf
(
"itmp %d
\n
"
,
itmp
++
);
// check vector access of E
if
constexpr
(
is_same_v
<
ELayout
,
ctc
::
NWK
>
||
is_same_v
<
ELayout
,
ctc
::
NHWK
>
||
is_same_v
<
ELayout
,
ctc
::
NDHWK
>
)
...
...
@@ -1119,8 +1102,6 @@ struct DeviceConvFwdMultipleD_Xdl_CShuffle : public DeviceConvFwdMultipleD<NDimS
return
false
;
}
printf
(
"itmp %d
\n
"
,
itmp
++
);
// check Gridwise GEMM
return
GridwiseGemm
::
CheckValidity
(
arg
.
a_grid_desc_m_k_
,
arg
.
b_grid_desc_n_k_
,
...
...
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