We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a93a0 commit 0d6e2d9Copy full SHA for 0d6e2d9
.github/workflows/windows_webgpu.yml
@@ -22,6 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
vcpkg_option: [novcpkg, vcpkg]
25
+ wgsl_template: [static, dynamic]
26
env:
27
OrtPackageId: Microsoft.ML.OnnxRuntime
28
OnnxRuntimeBuildDirectory: ${{ github.workspace }}
@@ -123,6 +124,7 @@ jobs:
123
124
--build_nodejs `
125
--build_java `
126
--use_webgpu `
127
+ --wgsl_template ${{ matrix.wgsl_template }} `
128
${{ matrix.vcpkg_option == 'vcpkg' && '--use_vcpkg' || '' }} `
129
--cmake_extra_defines `
130
onnxruntime_BUILD_UNIT_TESTS=ON `
0 commit comments