mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 10:59:55 +00:00
Merge commit '51226372156901aa20a34ed5146d6bd57c63e519' into develop
This commit is contained in:
@@ -2108,7 +2108,7 @@ struct DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle
|
||||
|
||||
std::unique_ptr<ck_tile::reflect::Description> describe() const override
|
||||
{
|
||||
static_assert(ck_tile::reflect::conv::HasConvTraits<DeviceOp>,
|
||||
static_assert(ck_tile::reflect::HasConvTraits<DeviceOp>,
|
||||
"ConvTraits specialization not found for this device operation. "
|
||||
"If you modified the template parameters of this class, ensure that "
|
||||
"the corresponding ConvTraits specialization in "
|
||||
|
||||
@@ -1282,7 +1282,7 @@ struct DeviceGroupedConvFwdMultipleD_Xdl_CShuffle_Large_Tensor
|
||||
std::unique_ptr<ck_tile::reflect::Description> describe() const override
|
||||
{
|
||||
static_assert(
|
||||
ck_tile::reflect::conv::HasConvTraits<DeviceOp>,
|
||||
ck_tile::reflect::HasConvTraits<DeviceOp>,
|
||||
"ConvTraits specialization not found for this device operation. "
|
||||
"If you modified the template parameters of this class, ensure that "
|
||||
"the corresponding ConvTraits specialization in "
|
||||
|
||||
Reference in New Issue
Block a user