improving device allocator
Build / build (push) Successful in 1m20s
Test / build_and_test (push) Failing after 6m6s

This commit is contained in:
2026-05-08 16:12:34 +02:00
parent e793cb6c3f
commit 1f23d290cb
6 changed files with 76 additions and 27 deletions
+1
View File
@@ -325,6 +325,7 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
run.step.dependOn(&impl_lib.step);
run.addArg("run");
run.addArg("--verbose");
run.addArg("--deqp");
run.addArg(cts_exe_path);
run.addArg("--caselist");