"src/git@developer.sourcefind.cn:jerrrrry/infinilm.git" did not exist on "dcd6693f5b931044dd88a8573ca7c014f51cc405"
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: ...@@ -262,12 +262,12 @@ public:
workspace_size(other.workspace_size) workspace_size(other.workspace_size)
// clang-format off // clang-format off
#ifdef ENABLE_CUDNN_API #ifdef ENABLE_CUDNN_API
, x_desc(other.x_desc), , x_desc(other.x_desc)
, y_desc(other.y_desc), , y_desc(other.y_desc)
, w_desc(other.w_desc), , w_desc(other.w_desc)
, b_desc(other.b_desc), , b_desc(other.b_desc)
, act_desc(other.act_desc), , act_desc(other.act_desc)
, conv_desc(other.conv_desc), , conv_desc(other.conv_desc)
, algo(other.algo) , algo(other.algo)
#endif #endif
// clang-format on // 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