-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Upgrade gpu build to CUDA 10 + cudnn 7.3 #112
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
Conversation
|
Hi Hector could u also copy the new content in yaml to the py-packaging.yml? Thanks #Resolved |
| if [ $BUILD_DEVICE = "gpu" ]; then | ||
| IMAGE="ubuntu16.04-cuda9.1-cudnn7.1" | ||
| IMAGE="ubuntu16.04-$CUDA_VER" | ||
| docker build -t "onnxruntime-$IMAGE" --build-arg PYTHON_VERSION=${PYTHON_VER} -f Dockerfile.ubuntu_gpu . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dockerfile.ubuntu_gpu [](start = 85, length = 21)
should switch the docker file as well, will fix it for cuda9.1 build #Resolved
| inputs: | ||
| scriptPath: 'tools/ci_build/github/linux/run_dockerbuild.sh' | ||
| args: '-c Release -o ubuntu16.04 -d gpu -r $(Build.BinariesDirectory) -p $(python.version) -x "--build_wheel --use_mkldnn"' | ||
| args: '-c Release -o ubuntu16.04 -d gpu -c cuda9.1-cudnn7.1 -r $(Build.BinariesDirectory) -p $(python.version) -x "--build_wheel --use_mkldnn"' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you mean to say cuda10 here? #WontFix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for the python package I think we are still releasing with cuda 9.1 for Azure?
In reply to: 239301044 [](ancestors = 239301044)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, not sure if Azure upgraded to cuda 10. @vinitra might know. #WontFix
| @@ -0,0 +1,41 @@ | |||
| jobs: | |||
| - job: Windows_CI_GPU_Dev | |||
| pool: Win-GPU-CUDA10 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment as above. #WontFix
…ft#112) Co-authored-by: Uros Petkovic <urpektov@amd.com>
…ft#112) Co-authored-by: Uros Petkovic <urpektov@amd.com>
Upgrade gpu build to CUDA 10 + cudnn 7.3
Keep the cuda 9.1 in the separate buld pipeline