resolved merge issues with test_ck_factory_grouped_convolution_forward_convscale

This commit is contained in:
Kevin Abraham
2025-10-27 20:36:26 +00:00
parent 3b45c7fd2d
commit 5e14625be7

View File

@@ -209,8 +209,14 @@ struct F8_ConvScaleAdd
struct F8_ConvInvscale
{
using DeviceOp = ::DeviceOp<ck::Tuple<>, ck::Tuple<>, ck::f8_t, ConvInvscale>;
using DeviceOp = ::DeviceOp<ck::Tuple<>,
ck::Tuple<>,
ck::f8_t,
ck::f8_t,
ck::f8_t,
ConvInvscale,
ck::f8_t,
ck::f8_t>;
constexpr static auto expected = {
// clang-format off
""