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 {
/**
* \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.
*
* \tparam NDimSpatial Number of spatial dimensions.
......@@ -48,8 +48,7 @@ template <index_t NDimSpatial,
ADataType>())> // ComputeType is InputType by default (first
// in tuple for MultiAB), unpack if tuple was
// passed
using DeviceGroupedConvFwdMultipleD [[deprecated]] =
DeviceGroupedConvFwdMultipleABD<NDimSpatial,
using DeviceGroupedConvFwdMultipleD = DeviceGroupedConvFwdMultipleABD<NDimSpatial,
ALayout,
BLayout,
DsLayout,
......
......@@ -15,7 +15,7 @@ namespace device {
//
// @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.
// Supports:
// @li Forward convolution with up to 3 spatial dimentions
......@@ -82,8 +82,7 @@ template <index_t NDimSpatial,
// in tuple for MultiAB), unpack if tuple was
// passed
LoopScheduler LoopSched = make_default_loop_scheduler()>
using DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle [[deprecated]] =
DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle<
using DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle = DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle<
NDimSpatial,
ALayout,
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