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

test=develop
expand_as_op_1
Yihua Xu 5 years ago committed by Tao Luo
parent 056fdedde3
commit 0d6ea52958

@ -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

Loading…
Cancel
Save