Skip to content

Commit 297216c

Browse files
committed
Disable llvmpipe threading in runtime smoke
1 parent 7834656 commit 297216c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/RunLavapipeRuntimeSmoke.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ execute_process(
169169
"SMOKE_MODULE=${SMOKE_JS_OUT}"
170170
"SMOKE_EXPORT=${SMOKE_EXPORT}"
171171
"SMOKE_REQUIRE_RUNTIME_SPIRV=${SMOKE_REQUIRE_RUNTIME_SPIRV}"
172-
"LP_NUM_THREADS=1"
172+
"LP_NUM_THREADS=0"
173173
"WEBVULKAN_RUNTIME_EXECUTION_MODE=${SMOKE_RUNTIME_MODE}"
174174
"WEBVULKAN_RUNTIME_BENCH_ITERATIONS=${SMOKE_RUNTIME_BENCH_ITERATIONS}"
175175
"WEBVULKAN_RUNTIME_WARMUP_ITERATIONS=${SMOKE_RUNTIME_WARMUP_ITERATIONS}"

0 commit comments

Comments
 (0)