Unverified Commit 0c231df6 authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

Update include/ck/tensor_operation/gpu/device/device_grouped_gemm_multi_abd.hpp


Co-authored-by: default avatarBartłomiej Kocot <barkocot@amd.com>
parent cc4233f1
...@@ -90,7 +90,7 @@ struct DeviceGroupedGemmMultiABD : public BaseOperator ...@@ -90,7 +90,7 @@ struct DeviceGroupedGemmMultiABD : public BaseOperator
virtual void SetElementwiseOps(BaseArgument* p_arg, virtual void SetElementwiseOps(BaseArgument* p_arg,
AElementwiseOperation a_element_op, AElementwiseOperation a_element_op,
BElementwiseOperation b_element_op, BElementwiseOperation b_element_op,
CElementwiseOperation cde_element_op) const = 0; CDEElementwiseOperation cde_element_op) const = 0;
}; };
} // namespace device } // namespace device
......
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