"vscode:/vscode.git/clone" did not exist on "46a5792915666d818dcd1a0e7f91684c3f3f75d9"
Commit fff442ff authored by YdrMaster's avatar YdrMaster
Browse files

issue/291/fix: 改正 conv 中的编译错误


Signed-off-by: default avatarYdrMaster <ydrml@hotmail.com>
parent 13f402e8
......@@ -262,12 +262,12 @@ public:
workspace_size(other.workspace_size)
// clang-format off
#ifdef ENABLE_CUDNN_API
, x_desc(other.x_desc),
, y_desc(other.y_desc),
, w_desc(other.w_desc),
, b_desc(other.b_desc),
, act_desc(other.act_desc),
, conv_desc(other.conv_desc),
, x_desc(other.x_desc)
, y_desc(other.y_desc)
, w_desc(other.w_desc)
, b_desc(other.b_desc)
, act_desc(other.act_desc)
, conv_desc(other.conv_desc)
, algo(other.algo)
#endif
// clang-format on
......
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