提交 0d6ea529 编写于 作者: Y Yihua Xu 提交者: Tao Luo

Fix the definition issue when used mkl_scsrmm and mkl_dcsrmm functions. (#19774)

test=develop
上级 056fdedd
......@@ -25,6 +25,11 @@ void* mklml_dso_handle = nullptr;
MKLML_ROUTINE_EACH(DEFINE_WRAP);
#if !defined(_WIN32)
DEFINE_WRAP(mkl_scsrmm);
DEFINE_WRAP(mkl_dcsrmm);
#endif
} // namespace dynload
} // namespace platform
} // namespace paddle
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册