-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix cudart bugs before initMain #1115
Conversation
@@ -13,5 +13,5 @@ GFLAGS_LIBRARIES="@GFLAGS_LIBRARIES@" | |||
GFLAGS_LOCATION="@GFLAGS_LOCATION@" | |||
CBLAS_LIBRARIES="@CBLAS_LIBRARIES@" | |||
|
|||
CUDA_LIBRARIES="@CUDA_cudart_shared_LIBRARY@" | |||
CUDA_LIBRARIES="@CUDA_CUDART_LIBRARY@" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
当时 我应该不小心改成了CUDA_cudart_shared_LIBRARY,而其实应该是没有这个环境变量的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不过另外一个PR也解决了CUDA和SWIG的问题 #1099
另外,对于旧的代码在你的环境下WITH_DSO=ON编译是否也是一样那些unit test会挂掉? |
旧代码是不会挂的。 很奇怪,不太清楚为什么目前cudart dlopen就不work了 |
WITH_DSO=ON works too. @hedaoyuan |
Fix #1113 |
…addlePaddle#1115) * fix for install doc in develop, test=develop, test=document_preview * fix for install doc in develop, test=develop, test=document_preview * fix for install doc in develop, test=develop, test=document_preview * fix for install doc in develop, test=develop, test=document_preview * fix for install doc in develop, test=develop, test=document_preview * fix for install doc in develop, test=develop, test=document_preview * fix for install doc in develop, test=develop, test=document_preview * fix for install doc in develop, test=develop, test=document_preview
* add bert japanese * fix model-weight files position * add weights files url * create package: bert_japanese * update weights readme * update weights files * update config pretrain weights https * 修复权重配置文件 * retest CI * update * update * fix docstring * update * 预训练权重更新 * update weights readme * remove weights url in codes * update... * update... * update weights readme * update * update * update docstring * 清理冗余代码 Co-authored-by: yingyibiao <yyb0576@163.com>
No description provided.