Skip to content

Commit bcf8d9b

Browse files
committed
Leave WebGPU/Vulkan CI serialized
1 parent d56e061 commit bcf8d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ jobs:
502502
id: cmake_build
503503
run: |
504504
export Dawn_DIR=dawn/lib64/cmake/Dawn
505-
cmake -B build -DGGML_WEBGPU=ON
505+
cmake -B build -DGGML_WEBGPU=ON -DGGML_WEBGPU_SERIALIZE_SUBMIT=ON
506506
cmake --build build --config Release -j $(nproc)
507507
508508
- name: Test

0 commit comments

Comments
 (0)