Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 4, 2025
1 parent f19db1c commit b65527f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,34 @@ stages:
- stage: Linux_Test_CUDA_Alt_x86_64_stage
dependsOn:
jobs:
- job: Python_Publishing_GPU
pool: 'onnxruntime-Ubuntu2204-AMD-CPU'
steps:
- checkout: none
- download: build
displayName: 'Download Pipeline Artifact - onnxruntime_gpu'
artifact: 'onnxruntime_gpu'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.10'
artifact: 'win_gpu_wheel_3.10'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.11'
artifact: 'win_gpu_wheel_3.11'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.12'
artifact: 'win_gpu_wheel_3.12'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.13'
artifact: 'win_gpu_wheel_3.13'
patterns: '*.whl'
- job: Python_Publishing_GPU
pool: 'onnxruntime-Ubuntu2204-AMD-CPU'
steps:
- checkout: none
- download: build
displayName: 'Download Pipeline Artifact - onnxruntime_gpu'
artifact: 'onnxruntime_gpu'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.10'
artifact: 'win_gpu_wheel_3.10'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.11'
artifact: 'win_gpu_wheel_3.11'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.12'
artifact: 'win_gpu_wheel_3.12'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.13'
artifact: 'win_gpu_wheel_3.13'
patterns: '*.whl'

- script: find $(Pipeline.Workspace) -name \*win_amd64.whl -exec mv {} $(Pipeline.Workspace)/build/onnxruntime_gpu \;
displayName: 'Merge files together'
- script: find $(Pipeline.Workspace) -name \*win_amd64.whl -exec mv {} $(Pipeline.Workspace)/build/onnxruntime_gpu \;
displayName: 'Merge files together'

- publish: $(Pipeline.Workspace)/build/onnxruntime_gpu
artifact: whl
displayName: Republish artifacts
- publish: $(Pipeline.Workspace)/build/onnxruntime_gpu
artifact: whl
displayName: Republish artifacts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,37 @@ stages:
docker_base_image: onnxruntimebuildcache.azurecr.io/internal/azureml/onnxruntime/build/cuda12_x64_ubi8_gcc12:20241120.3
cuda_version: '12.2'

- stage: Linux_Test_CUDA_Alt_x86_64_stage
dependsOn:
jobs:
- job: Python_Publishing_GPU
pool: 'onnxruntime-Ubuntu2204-AMD-CPU'
steps:
- checkout: none
- download: build
displayName: 'Download Pipeline Artifact - onnxruntime_gpu'
artifact: 'onnxruntime_gpu'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.10'
artifact: 'win_gpu_wheel_3.10'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.11'
artifact: 'win_gpu_wheel_3.11'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.12'
artifact: 'win_gpu_wheel_3.12'
patterns: '*.whl'
- download: build
displayName: 'Download Pipeline Artifact - Win GPU 3.13'
artifact: 'win_gpu_wheel_3.13'
patterns: '*.whl'

- script: find $(Pipeline.Workspace) -name \*win_amd64.whl -exec mv {} $(Pipeline.Workspace)/build/onnxruntime_gpu \;
displayName: 'Merge files together'

- publish: $(Pipeline.Workspace)/build/onnxruntime_gpu
artifact: whl
displayName: Republish artifacts

0 comments on commit b65527f

Please sign in to comment.