File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
test/Feature/ImplicitBindings Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,11 @@ DescriptorSets:
68
68
...
69
69
#--- end
70
70
71
- # UNSUPPORTED: Clang
71
+ # Clang's Vulkan implicit binding is not yet implemented.
72
+ # UNSUPPORTED: Clang-Vulkan
72
73
73
74
# CBuffer bindings seem to be broken under metal
74
- # https://github.com/llvm-beanz /offload-test-suite/issues/55
75
+ # https://github.com/llvm/offload-test-suite/issues/55
75
76
# UNSUPPORTED: Metal
76
77
77
78
# RUN: split-file %s %t
Original file line number Diff line number Diff line change @@ -66,15 +66,19 @@ DescriptorSets:
66
66
...
67
67
#--- end
68
68
69
- # UNSUPPORTED: Clang
69
+ # Clang's Vulkan implicit binding is not yet implemented.
70
+ # UNSUPPORTED: Clang-Vulkan
70
71
71
72
# DXC's vulkan backend doesn't drop unused bindings, so it isn't possible to
72
73
# specify descriptor sets that are valid for both DirectX and Vulkan there.
73
74
# UNSUPPORTED: DXC-Vulkan
74
75
76
+ # CBuffer bindings seem to be broken under metal
77
+ # https://github.com/llvm/offload-test-suite/issues/55
78
+ # UNSUPPORTED: Metal
79
+
75
80
# RUN: split-file %s %t
76
- # RUN: %if !Vulkan %{ %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl %}
77
- # RUN: %if Vulkan %{ %dxc_target -T cs_6_0 -fspv-target-env=vulkan1.3 -fvk-use-scalar-layout -Fo %t.o %t/source.hlsl %}
81
+ # RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
78
82
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
79
83
80
84
# CHECK: Name: BufD
You can’t perform that action at this time.
0 commit comments