Commit 9c2589da authored by Bartlomiej Kocot's avatar Bartlomiej Kocot
Browse files

Change doxygen deprecated to note to avoid warnings

parent c0dec973
...@@ -13,7 +13,7 @@ namespace device { ...@@ -13,7 +13,7 @@ namespace device {
/** /**
* \brief Grouped Convolution Forward * \brief Grouped Convolution Forward
* *
* \deprecated This structure is deprecated (left for backwards compatibility). Please use * \note This structure is deprecated (left for backwards compatibility). Please use
* DeviceGroupedConvFwdMultipleABD. * DeviceGroupedConvFwdMultipleABD.
* *
* \tparam NDimSpatial Number of spatial dimensions. * \tparam NDimSpatial Number of spatial dimensions.
...@@ -48,8 +48,7 @@ template <index_t NDimSpatial, ...@@ -48,8 +48,7 @@ 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,
......
...@@ -15,7 +15,7 @@ namespace device { ...@@ -15,7 +15,7 @@ namespace device {
// //
// @brief Device Convolution operation. // @brief Device Convolution operation.
// @deprecated This structure is deprecated (left for backwards compatibility). Please use // @note 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
...@@ -82,8 +82,7 @@ template <index_t NDimSpatial, ...@@ -82,8 +82,7 @@ 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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment