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
CMake命令:cmake .. -DPY_VERSION=3.8 -DWITH_GPU=ON -DWITH_TESTING=ON -DCMAKE_BUILD_TYPE=Release Make命令:make -j22 错误描述:在完整编译好源码后正常关闭ai studio,隔天再次开启后重新编译会出现如下错误(并不唯一但都是链接错误)。 此时只能删除所有之前编译的内容,重新编译整个项目才能成功。
cmake .. -DPY_VERSION=3.8 -DWITH_GPU=ON -DWITH_TESTING=ON -DCMAKE_BUILD_TYPE=Release
make -j22
No response
The text was updated successfully, but these errors were encountered:
你这个是重新cmake 后 make 的吗,因为 aistudio 关闭后所有缓存都没了,要重新cmake
Sorry, something went wrong.
其中我也尝试过重新cmake后再make,但结果都一样。我在四期的开源活动里问过,似乎只有我有这种情况?
No branches or pull requests
bug描述 Describe the Bug
CMake命令:
cmake .. -DPY_VERSION=3.8 -DWITH_GPU=ON -DWITH_TESTING=ON -DCMAKE_BUILD_TYPE=Release
Make命令:
make -j22
错误描述:在完整编译好源码后正常关闭ai studio,隔天再次开启后重新编译会出现如下错误(并不唯一但都是链接错误)。
此时只能删除所有之前编译的内容,重新编译整个项目才能成功。
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: