Commit c0dec973 authored by Bartlomiej Kocot's avatar Bartlomiej Kocot
Browse files

Mark structures as deprecated

parent 7a4f83e0
......@@ -48,7 +48,8 @@ template <index_t NDimSpatial,
ADataType>())> // ComputeType is InputType by default (first
// in tuple for MultiAB), unpack if tuple was
// passed
using DeviceGroupedConvFwdMultipleD = DeviceGroupedConvFwdMultipleABD<NDimSpatial,
using DeviceGroupedConvFwdMultipleD [[deprecated]] =
DeviceGroupedConvFwdMultipleABD<NDimSpatial,
ALayout,
BLayout,
DsLayout,
......
......@@ -82,7 +82,8 @@ template <index_t NDimSpatial,
// in tuple for MultiAB), unpack if tuple was
// passed
LoopScheduler LoopSched = make_default_loop_scheduler()>
using DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle = DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle<
using DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle [[deprecated]] =
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