"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "b9eb2a46c4bfac5daeb98059632d1a1171bb4d4f"
Commit 1b971e27 authored by yuguo's avatar yuguo
Browse files
parents 20065c44 0cf10d1c
...@@ -581,7 +581,7 @@ def general_grouped_gemm( ...@@ -581,7 +581,7 @@ def general_grouped_gemm(
workspaces[0].shape[0], workspaces[0].shape[0],
accumulate, accumulate,
use_split_accumulator, use_split_accumulator,
) )[0]
for i in range(num_gemms): for i in range(num_gemms):
out[i].copy_(dw[i]) out[i].copy_(dw[i])
return out, bias, gelu_input return out, bias, gelu_input
......
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