File tree Expand file tree Collapse file tree
tools/ci_build/github/azure-pipelines Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments