-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Padlle源码编译错误,基于docker,with CINN #70728
Comments
问题2:gelu_funcs.h文件编译不通过。
出现error导致编译不过,大概猜测是因为类型不一致导致
编译通过。请问这样改是否可以? |
问题3 vectorize_loops.cc:769 这一行代码无法编译通过
临时解决方案:暂时注释掉这一行了 |
问题4 编译eager_generator 链接的时候出错
libcinnapi.so 加载python动态库失败 临时解决方案 |
通过临时方案修改,能够顺利的编译完成。 |
CINN的优化技术可以支持所有类CUDA平台的优化,但是我们暂时还未进行DCU上的相关测试和使能工作,后续我们会进行相关feature的支持。 |
bug描述 Describe the Bug
曙光Z100平台,编译develop分支 附带CINN
CMAKE 指令
其他补充信息 Additional Supplementary Information
问题1:在build目录下 编译中断后,再次执行make指令会出错
临时解决方案:手动删除CMakeCache.txt文件,重新cmake即可
希望得到更优雅的解决方案。
The text was updated successfully, but these errors were encountered: