Skip to content

Commit 1251f6e

Browse files
committed
Add extension requirement
1 parent 7b90ab1 commit 1251f6e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/Feature/MaximalReconvergence/loop_peeling.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ DescriptorSets:
3434
...
3535

3636
#--- end
37+
# UNSUPPORTED: !VK_KHR_shader_maximal_reconvergence
38+
39+
# BUG: https://github.com/llvm/llvm-project/issues/164496
40+
# XFAIL: Clang && Vulkan
3741

3842
# RUN: split-file %s %t
3943
# RUN: %dxc_target -T cs_6_5 -fspv-enable-maximal-reconvergence -Fo %t.o %t/source.hlsl

test/Feature/MaximalReconvergence/subgroup_uniform_control_flow.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ DescriptorSets:
4242
...
4343

4444
#--- end
45+
# UNSUPPORTED: Vulkan && !VK_KHR_shader_maximal_reconvergence
4546

4647
# RUN: split-file %s %t
4748
# RUN: %dxc_target -T cs_6_0 -fspv-enable-maximal-reconvergence -Fo %t.o %t/source.hlsl

0 commit comments

Comments
 (0)