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