We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b90ab1 commit 1251f6eCopy full SHA for 1251f6e
test/Feature/MaximalReconvergence/loop_peeling.test
@@ -34,6 +34,10 @@ DescriptorSets:
34
...
35
36
#--- end
37
+# UNSUPPORTED: !VK_KHR_shader_maximal_reconvergence
38
+
39
+# BUG: https://github.com/llvm/llvm-project/issues/164496
40
+# XFAIL: Clang && Vulkan
41
42
# RUN: split-file %s %t
43
# 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
@@ -42,6 +42,7 @@ DescriptorSets:
44
45
+# UNSUPPORTED: Vulkan && !VK_KHR_shader_maximal_reconvergence
46
47
48
# RUN: %dxc_target -T cs_6_0 -fspv-enable-maximal-reconvergence -Fo %t.o %t/source.hlsl
0 commit comments