Skip to content

Conversation

@HectorSVC
Copy link
Contributor

Upgrade gpu build to CUDA 10 + cudnn 7.3
Keep the cuda 9.1 in the separate buld pipeline

@HectorSVC HectorSVC requested a review from a team as a code owner December 6, 2018 00:46
@HectorSVC HectorSVC requested a review from ke1337 December 6, 2018 00:46
raymondxyang
raymondxyang previously approved these changes Dec 6, 2018
@HectorSVC HectorSVC requested review from a team, pranavsharma and raymondxyang December 6, 2018 00:47
@raymondxyang
Copy link

raymondxyang commented Dec 6, 2018

Hi Hector could u also copy the new content in yaml to the py-packaging.yml? Thanks #Resolved

raymondxyang
raymondxyang previously approved these changes Dec 6, 2018
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 .
Copy link
Contributor Author

@HectorSVC HectorSVC Dec 6, 2018

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"'
Copy link
Contributor

@pranavsharma pranavsharma Dec 6, 2018

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

Copy link
Contributor Author

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)

Copy link
Contributor

@pranavsharma pranavsharma Dec 6, 2018

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
Copy link
Contributor

@pranavsharma pranavsharma Dec 6, 2018

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

@HectorSVC HectorSVC merged commit a68f5cc into master Dec 6, 2018
@HectorSVC HectorSVC deleted the hecli/upgrade_to_cuda10 branch December 6, 2018 19:42
TedThemistokleous pushed a commit to TedThemistokleous/onnxruntime that referenced this pull request Jun 2, 2025
TedThemistokleous pushed a commit to TedThemistokleous/onnxruntime that referenced this pull request Jul 9, 2025
quic-ankus pushed a commit to CodeLinaro/onnxruntime that referenced this pull request Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants