提交 8c700b6a 编写于 作者: L luxuhui

fix: set Deconv2d filter's opencl buffer type to CONV2D_FILTER

N/A
Signed-off-by: NLuxuhui <luxuhui@xiaomi.com>
上级 8b657bb6
......@@ -248,7 +248,7 @@ void RegisterDeconv2D(OpRegistry *op_registry) {
op_registry,
OpConditionBuilder("Deconv2D").SetInputMemoryTypeSetter(
[](OpConditionContext *context) -> void {
SetFilterMemoryType(context, OpenCLBufferType::DW_CONV2D_FILTER);
SetFilterMemoryType(context, OpenCLBufferType::CONV2D_FILTER);
if (context->device()->device_type() == DeviceType::GPU) {
FrameworkType framework_type =
static_cast<FrameworkType>(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册