"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "1ea84b7fa9a03781d22837f91683462d823202ea"
Unverified Commit cc4233f1 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 487da052
......@@ -83,7 +83,7 @@ struct DeviceGroupedGemmMultiABD : public BaseOperator
std::vector<GemmMultiABDDesc>& gemm_desc,
AElementwiseOperation a_element_op = AElementwiseOperation{},
BElementwiseOperation b_element_op = BElementwiseOperation{},
CElementwiseOperation c_element_op = CElementwiseOperation{}) = 0;
CDEElementwiseOperation c_element_op = CElementwiseOperation{}) = 0;
virtual std::unique_ptr<BaseInvoker> MakeInvokerPointer() = 0;
......
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