提交 7db612a5 编写于 作者: A Alexander Alekhin

core(ocl): fix parameters for 'intelblas_gemm_buffer_NT' kernel

上级 cc626a3b
......@@ -108,9 +108,8 @@ static bool intel_gpu_gemm(
(float)beta,
(int)(A.step / sizeof(float)),
(int)(B.step / sizeof(float)),
(int)(D.step / sizeof(float)),
(int) 0, // 14 start_index
stride);
(int)(D.step / sizeof(float))
);
ret = k.run(2, global, local, false, q);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册