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
在用使用sh scripts/build_impl.sh cuda的时候编译报错: 报错显示: “impl/../diopi_test/codegen/gen.py" : [Errno 2] No such file or directory 我搜索代码工程中的gen.py文件,发现有两处:adaptor/codegen/gen.py 和diopi_test/diopi_stub/codegen/gen.py 我替换CMakelists中的文件路径,发现使用上述两个文件编译均不成功。
我的环境是一个python的虚拟环境,python3.8.5 , nvcc的版本11.8,GPU为A100
The text was updated successfully, but these errors were encountered:
cuda的话使用这个编译, sh scripts/build_impl.sh torch
Sorry, something went wrong.
No branches or pull requests
在用使用sh scripts/build_impl.sh cuda的时候编译报错:
报错显示:
“impl/../diopi_test/codegen/gen.py" : [Errno 2] No such file or directory
我搜索代码工程中的gen.py文件,发现有两处:adaptor/codegen/gen.py 和diopi_test/diopi_stub/codegen/gen.py
我替换CMakelists中的文件路径,发现使用上述两个文件编译均不成功。
我的环境是一个python的虚拟环境,python3.8.5 , nvcc的版本11.8,GPU为A100
The text was updated successfully, but these errors were encountered: