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
9c2589da
Commit
9c2589da
authored
Nov 12, 2023
by
Bartlomiej Kocot
Browse files
Change doxygen deprecated to note to avoid warnings
parent
c0dec973
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
67 deletions
+65
-67
include/ck/tensor_operation/gpu/device/device_grouped_conv_fwd_multiple_d.hpp
...eration/gpu/device/device_grouped_conv_fwd_multiple_d.hpp
+15
-16
include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_multiple_d_xdl_cshuffle.hpp
.../impl/device_grouped_conv_fwd_multiple_d_xdl_cshuffle.hpp
+50
-51
No files found.
include/ck/tensor_operation/gpu/device/device_grouped_conv_fwd_multiple_d.hpp
View file @
9c2589da
...
@@ -13,8 +13,8 @@ namespace device {
...
@@ -13,8 +13,8 @@ namespace device {
/**
/**
* \brief Grouped Convolution Forward
* \brief Grouped Convolution Forward
*
*
* \
depreca
te
d
This structure is deprecated (left for backwards compatibility). Please use
* \
no
te This structure is deprecated (left for backwards compatibility). Please use
*
DeviceGroupedConvFwdMultipleABD.
* DeviceGroupedConvFwdMultipleABD.
*
*
* \tparam NDimSpatial Number of spatial dimensions.
* \tparam NDimSpatial Number of spatial dimensions.
* \tparam ALayout Input layout (also for a1, a2...).
* \tparam ALayout Input layout (also for a1, a2...).
...
@@ -48,20 +48,19 @@ template <index_t NDimSpatial,
...
@@ -48,20 +48,19 @@ template <index_t NDimSpatial,
ADataType
>
())
>
// ComputeType is InputType by default (first
ADataType
>
())
>
// ComputeType is InputType by default (first
// in tuple for MultiAB), unpack if tuple was
// in tuple for MultiAB), unpack if tuple was
// passed
// passed
using
DeviceGroupedConvFwdMultipleD
[[
deprecated
]]
=
using
DeviceGroupedConvFwdMultipleD
=
DeviceGroupedConvFwdMultipleABD
<
NDimSpatial
,
DeviceGroupedConvFwdMultipleABD
<
NDimSpatial
,
ALayout
,
ALayout
,
BLayout
,
BLayout
,
DsLayout
,
DsLayout
,
ELayout
,
ELayout
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
DsDataType
,
DsDataType
,
EDataType
,
EDataType
,
AElementwiseOperation
,
AElementwiseOperation
,
BElementwiseOperation
,
BElementwiseOperation
,
CDEElementwiseOperation
,
CDEElementwiseOperation
,
ComputeType
>
;
ComputeType
>
;
}
// namespace device
}
// namespace device
}
// namespace tensor_operation
}
// namespace tensor_operation
...
...
include/ck/tensor_operation/gpu/device/impl/device_grouped_conv_fwd_multiple_d_xdl_cshuffle.hpp
View file @
9c2589da
...
@@ -15,8 +15,8 @@ namespace device {
...
@@ -15,8 +15,8 @@ namespace device {
//
//
// @brief Device Convolution operation.
// @brief Device Convolution operation.
// @
depreca
te
d
This structure is deprecated (left for backwards compatibility). Please use
// @
no
te This structure is deprecated (left for backwards compatibility). Please use
//
DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle.
// DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle.
// Supports:
// Supports:
// @li Forward convolution with up to 3 spatial dimentions
// @li Forward convolution with up to 3 spatial dimentions
// @li Input tensor in GNWC data format
// @li Input tensor in GNWC data format
...
@@ -82,55 +82,54 @@ template <index_t NDimSpatial,
...
@@ -82,55 +82,54 @@ template <index_t NDimSpatial,
// in tuple for MultiAB), unpack if tuple was
// in tuple for MultiAB), unpack if tuple was
// passed
// passed
LoopScheduler
LoopSched
=
make_default_loop_scheduler
()
>
LoopScheduler
LoopSched
=
make_default_loop_scheduler
()
>
using
DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle
[[
deprecated
]]
=
using
DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle
=
DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle
<
DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle
<
NDimSpatial
,
NDimSpatial
,
ALayout
,
ALayout
,
BLayout
,
BLayout
,
DsLayout
,
DsLayout
,
ELayout
,
ELayout
,
ADataType
,
ADataType
,
BDataType
,
BDataType
,
AccDataType
,
AccDataType
,
CShuffleDataType
,
CShuffleDataType
,
DsDataType
,
DsDataType
,
EDataType
,
EDataType
,
AElementwiseOperation
,
AElementwiseOperation
,
BElementwiseOperation
,
BElementwiseOperation
,
CDEElementwiseOperation
,
CDEElementwiseOperation
,
ConvForwardSpecialization
,
ConvForwardSpecialization
,
GemmSpec
,
GemmSpec
,
NumGemmKPrefetchStage
,
NumGemmKPrefetchStage
,
BlockSize
,
BlockSize
,
MPerBlock
,
MPerBlock
,
NPerBlock
,
NPerBlock
,
KPerBlock
,
KPerBlock
,
AK1
,
AK1
,
BK1
,
BK1
,
MPerXDL
,
MPerXDL
,
NPerXDL
,
NPerXDL
,
MXdlPerWave
,
MXdlPerWave
,
NXdlPerWave
,
NXdlPerWave
,
ABlockTransferThreadClusterLengths_AK0_M_AK1
,
ABlockTransferThreadClusterLengths_AK0_M_AK1
,
ABlockTransferThreadClusterArrangeOrder
,
ABlockTransferThreadClusterArrangeOrder
,
ABlockTransferSrcAccessOrder
,
ABlockTransferSrcAccessOrder
,
ABlockTransferSrcVectorDim
,
ABlockTransferSrcVectorDim
,
ABlockTransferSrcScalarPerVector
,
ABlockTransferSrcScalarPerVector
,
ABlockTransferDstScalarPerVector_AK1
,
ABlockTransferDstScalarPerVector_AK1
,
ABlockLdsExtraM
,
ABlockLdsExtraM
,
BBlockTransferThreadClusterLengths_BK0_N_BK1
,
BBlockTransferThreadClusterLengths_BK0_N_BK1
,
BBlockTransferThreadClusterArrangeOrder
,
BBlockTransferThreadClusterArrangeOrder
,
BBlockTransferSrcAccessOrder
,
BBlockTransferSrcAccessOrder
,
BBlockTransferSrcVectorDim
,
BBlockTransferSrcVectorDim
,
BBlockTransferSrcScalarPerVector
,
BBlockTransferSrcScalarPerVector
,
BBlockTransferDstScalarPerVector_BK1
,
BBlockTransferDstScalarPerVector_BK1
,
BBlockLdsExtraN
,
BBlockLdsExtraN
,
CShuffleMXdlPerWavePerShuffle
,
CShuffleMXdlPerWavePerShuffle
,
CShuffleNXdlPerWavePerShuffle
,
CShuffleNXdlPerWavePerShuffle
,
CDEBlockTransferClusterLengths_MBlock_MPerBlock_NBlock_NPerBlock
,
CDEBlockTransferClusterLengths_MBlock_MPerBlock_NBlock_NPerBlock
,
CDEBlockTransferScalarPerVector_NPerBlock
,
CDEBlockTransferScalarPerVector_NPerBlock
,
ComputeDataType
,
ComputeDataType
,
LoopSched
>
;
LoopSched
>
;
}
// namespace device
}
// namespace device
}
// namespace tensor_operation
}
// namespace tensor_operation
...
...
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