From b6bd9040193e137fb0618135d62c84978fb05fb9 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Tue, 31 Jan 2023 14:45:46 -0800 Subject: [PATCH] ci/lvp: Drop the subgroupbroadcast skips. These have the same runtime as the others in the group, and with these optimizations they no longer time out. Reviewed-by: Roland Scheidegger Part-of: --- src/gallium/frontends/lavapipe/ci/lvp-skips.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gallium/frontends/lavapipe/ci/lvp-skips.txt b/src/gallium/frontends/lavapipe/ci/lvp-skips.txt index 14f9aa6..51e3c1a 100644 --- a/src/gallium/frontends/lavapipe/ci/lvp-skips.txt +++ b/src/gallium/frontends/lavapipe/ci/lvp-skips.txt @@ -11,10 +11,6 @@ dEQP-VK.pipeline.pipeline_library.blend.format.r16_unorm.states.color_sas_sa_min dEQP-VK.graphicsfuzz.spv-stable-pillars-O-op-select-to-op-phi dEQP-VK.graphicsfuzz.spv-composites -dEQP-VK.subgroups.ballot_broadcast.compute.subgroupbroadcast_u8vec4 -dEQP-VK.subgroups.ballot_broadcast.compute.subgroupbroadcast_bvec4 -dEQP-VK.subgroups.ballot_broadcast.compute.subgroupbroadcast_i64vec4 - # These tests started hitting timeouts when we upgraded LLVM from v11 to 13 dEQP-VK.pipeline.fast_linked_library.blend.dual_source.format.r16_unorm.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub dEQP-VK.pipeline.fast_linked_library.blend.format.r16_unorm.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min -- 2.7.4