Skip to content

Commit d4c0e3e

Browse files
prathikrPrathik Rao
andauthored
removes webgpu from onnxruntime-foundry-nuget package (#27929)
Required for Foundry Local which will download and install webgpu as a plugin-ep Co-authored-by: Prathik Rao <prathikrao@microsoft.com>
1 parent 3b8482c commit d4c0e3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/ci_build/github/azure-pipelines/custom-nuget-packaging-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ extends:
9797
msbuildPlatform: x64
9898
packageName: x64-cuda
9999
CudaVersion: ${{ parameters.CudaVersion }}
100-
buildparameter: --use_cuda --cuda_home=${{ variables.win_cuda_home }} --enable_onnx_tests --use_webgpu --nvcc_threads 1 --caller_framework WinAI --cmake_extra_defines "CMAKE_CUDA_ARCHITECTURES=${{ variables.CmakeCudaArchitectures }}"
100+
buildparameter: --use_cuda --cuda_home=${{ variables.win_cuda_home }} --enable_onnx_tests --nvcc_threads 1 --caller_framework WinAI --cmake_extra_defines "CMAKE_CUDA_ARCHITECTURES=${{ variables.CmakeCudaArchitectures }}"
101101
runTests: false
102102
buildJava: false
103103
java_artifact_id: onnxruntime_gpu
@@ -129,7 +129,7 @@ extends:
129129
- template: templates/mac-cpu-packaging-pipeline.yml
130130
parameters:
131131
AllowReleasedOpsetOnly: 1
132-
AdditionalBuildFlags: '--use_webgpu --skip_tests'
132+
AdditionalBuildFlags: '--skip_tests'
133133
DoEsrp: true
134134

135135
- template: templates/foundry-local-nuget-packaging.yml

0 commit comments

Comments
 (0)