"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "09740556c529d65bbee562c1d736ee3060acd6aa"
Commit f0dda098 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

fixed a bug in the quant_convolution implementation

parent d929af3c
......@@ -99,7 +99,7 @@ shape miopen_quant_convolution::compile(context& ctx,
x_desc.get(),
arg_vec4_x.implicit(),
w_desc.get(),
arg_vec4_x.implicit(),
arg_vec4_w.implicit(),
cd.get(),
y_desc.get(),
y.implicit(),
......
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