Skip to content

Commit 0d6e2d9

Browse files
authored
add build matrix for wgsl template (microsoft#25352)
### Description Windows WebGPU CI: add build matrix for wgsl template
1 parent 56a93a0 commit 0d6e2d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows_webgpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
vcpkg_option: [novcpkg, vcpkg]
25+
wgsl_template: [static, dynamic]
2526
env:
2627
OrtPackageId: Microsoft.ML.OnnxRuntime
2728
OnnxRuntimeBuildDirectory: ${{ github.workspace }}
@@ -123,6 +124,7 @@ jobs:
123124
--build_nodejs `
124125
--build_java `
125126
--use_webgpu `
127+
--wgsl_template ${{ matrix.wgsl_template }} `
126128
${{ matrix.vcpkg_option == 'vcpkg' && '--use_vcpkg' || '' }} `
127129
--cmake_extra_defines `
128130
onnxruntime_BUILD_UNIT_TESTS=ON `

0 commit comments

Comments
 (0)