We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当前Paddle用的是CUDA Runtime API,libcudart.so通过GetCudartDsoHandle函数被加载,但是由于libcudart.so是在main函数之前被加载的,GetCudartDsoHandle中有调用glog相关的代码,而glog在initMain中才被初始化,所有会导致运行错误。
GetCudartDsoHandle
The text was updated successfully, but these errors were encountered:
[BART] Add example and faster generation api (PaddlePaddle#1113)
bb70fd1
* feat: add BART example * refactor: rm model_type * style: optimize params name stype * refactor: rm fluid api and correct equality judgment * docs: add docs * docs: update docs. * feat: add jit * docs: update docs * fix: GELU change to approximate * fix: add gelu judgement * fix: update layer.activation * refactor: update amp scaler usage * docs: update docs * docs: update docs for FasterBART * docs: update docs for FasterBART Co-authored-by: Zeyu Chen <chenzeyu01@baidu.com>
add notes for sparse. (PaddlePaddle#1113)
c3de12a
gangliao
No branches or pull requests
当前Paddle用的是CUDA Runtime API,libcudart.so通过
GetCudartDsoHandle
函数被加载,但是由于libcudart.so是在main函数之前被加载的,GetCudartDsoHandle
中有调用glog相关的代码,而glog在initMain中才被初始化,所有会导致运行错误。The text was updated successfully, but these errors were encountered: