Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/Feature/ImplicitBindings/all-implicit.test
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ DescriptorSets:
...
#--- end

# UNSUPPORTED: Clang
# Clang's Vulcan implicit binding is not yet implemented.
# UNSUPPORTED: Clang-Vulkan

# CBuffer bindings seem to be broken under metal
# https://github.com/llvm-beanz/offload-test-suite/issues/55
Expand Down
6 changes: 3 additions & 3 deletions test/Feature/ImplicitBindings/simple-resources.test
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ DescriptorSets:
...
#--- end

# UNSUPPORTED: Clang
# Clang's Vulcan implicit binding is not yet implemented.
# UNSUPPORTED: Clang-Vulkan

# DXC's vulkan backend doesn't drop unused bindings, so it isn't possible to
# specify descriptor sets that are valid for both DirectX and Vulkan there.
# UNSUPPORTED: DXC-Vulkan

# RUN: split-file %s %t
# RUN: %if !Vulkan %{ %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl %}
# RUN: %if Vulkan %{ %dxc_target -T cs_6_0 -fspv-target-env=vulkan1.3 -fvk-use-scalar-layout -Fo %t.o %t/source.hlsl %}
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s

# CHECK: Name: BufD
Expand Down
Loading