Skip to content
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

Merged
merged 2 commits into from
Jan 11, 2017
Merged

Conversation

gangliao
Copy link
Contributor

No description provided.

@@ -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@"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

当时 我应该不小心改成了CUDA_cudart_shared_LIBRARY,而其实应该是没有这个环境变量的

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不过另外一个PR也解决了CUDA和SWIG的问题 #1099

@hedaoyuan
Copy link
Contributor

另外,对于旧的代码在你的环境下WITH_DSO=ON编译是否也是一样那些unit test会挂掉?

@gangliao
Copy link
Contributor Author

旧代码是不会挂的。 很奇怪,不太清楚为什么目前cudart dlopen就不work了

@gangliao
Copy link
Contributor Author

WITH_DSO=ON works too. @hedaoyuan

@hedaoyuan
Copy link
Contributor

Fix #1113

@gangliao gangliao merged commit de27ee7 into PaddlePaddle:develop Jan 11, 2017
zhhsplendid pushed a commit to zhhsplendid/Paddle that referenced this pull request Sep 25, 2019
…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
wangxicoding pushed a commit to wangxicoding/Paddle that referenced this pull request Dec 9, 2021
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants