Unverified Commit 664589d0 authored by PanZezhong1725's avatar PanZezhong1725 Committed by GitHub
Browse files

Merge pull request #51 from InfiniTensor/issue/50

issue50: update infiniopDequantize args to macth IniniCore-infiniopDequantize
parents 6fa3a12a 73671c25
......@@ -279,5 +279,5 @@ void InferenceContext::dequant(std::shared_ptr<Tensor> weight,
RUN_INFINI(infiniopDequantize(
desc, workspace, workspace_size,
weight->data(), in_w->data(), in_s->data(), in_z->data(), 0, 0, 0, stream));
weight->data(), in_w->data(), in_s->data(), in_z->data(), stream));
}
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