mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 11:47:48 +00:00
resolved merge issues with test_ck_factory_grouped_convolution_forward_convscale
This commit is contained in:
@@ -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
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user