Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ DescriptorSets:
VulkanBinding:
Binding: 7

# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# RUN: split-file %s %t
# RUN: %dxc_target -fvk-use-dx-layout -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ DescriptorSets:
VulkanBinding:
Binding: 7

# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# RUN: split-file %s %t
# RUN: %dxc_target -fvk-use-dx-layout -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ DescriptorSets:
VulkanBinding:
Binding: 7

# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# RUN: split-file %s %t
# RUN: %dxc_target -fvk-use-dx-layout -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ DescriptorSets:
VulkanBinding:
Binding: 7

# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# RUN: split-file %s %t
# RUN: %dxc_target -fvk-use-dx-layout -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ DescriptorSets:
VulkanBinding:
Binding: 7

# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# RUN: split-file %s %t
# RUN: %dxc_target -fvk-use-dx-layout -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ DescriptorSets:
VulkanBinding:
Binding: 7

# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# RUN: split-file %s %t
# RUN: %dxc_target -fvk-use-dx-layout -T cs_6_0 -Zpr -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ DescriptorSets:
VulkanBinding:
Binding: 7

# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# Unimplemented https://github.com/llvm/llvm-project/issues/185049
# XFAIL: Clang

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ DescriptorSets:
VulkanBinding:
Binding: 7

# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# BUG https://github.com/llvm/llvm-project/issues/191070
# XFAIL: Clang && Vulkan

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ DescriptorSets:
VulkanBinding:
Binding: 7

# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# BUG https://github.com/llvm/llvm-project/issues/191070
# XFAIL: Clang && Vulkan

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ DescriptorSets:
VulkanBinding:
Binding: 3


# Note: Metal and Vulkan KosmicKrisp and MoltenVK
# Are always empty
# UNSUPPORTED: Darwin

# BUG https://github.com/llvm/offload-test-suite/issues/931
# XFAIL: Clang && DirectX && AMD

Expand Down
4 changes: 0 additions & 4 deletions test/Feature/ImplicitBindings/all-implicit.test
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ DescriptorSets:
...
#--- end

# CBuffer bindings seem to be broken under metal
# https://github.com/llvm/offload-test-suite/issues/55
# UNSUPPORTED: Metal

# RUN: split-file %s %t
# RUN: %dxc_target -T cs_6_0 %if Vulkan %{ -fvk-use-dx-layout %} -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Expand Down
4 changes: 0 additions & 4 deletions test/Feature/ImplicitBindings/simple-resources.test
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ DescriptorSets:
# specify descriptor sets that are valid for both DirectX and Vulkan there.
# UNSUPPORTED: DXC && Vulkan

# CBuffer bindings seem to be broken under metal
# https://github.com/llvm/offload-test-suite/issues/55
# UNSUPPORTED: Metal

# RUN: split-file %s %t
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Expand Down
3 changes: 0 additions & 3 deletions test/Feature/ResourceArrays/array-local.test
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ DescriptorSets:
...
#--- end

# Resource arrays are not yet supported on Metal
# UNSUPPORTED: Metal

# Bug https://github.com/llvm/llvm-project/issues/154669
# XFAIL: Clang && Vulkan

Expand Down
6 changes: 3 additions & 3 deletions test/Feature/ResourceArrays/array-local2.test
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ DescriptorSets:
# of a function argument if the type is resource or resource array.
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7678
# XFAIL: DXC && DirectX
# Metal also uses the DirectX path here, and has the same issue.
# Bug https://github.com/microsoft/DirectXShaderCompiler/issues/7678
# XFAIL: DXC && Metal

# DXC-Vulkan support for arrays of RWStructuredBuffer are pretty broken.
# Tracked by https://github.com/microsoft/DirectXShaderCompiler/issues/7727
# XFAIL: DXC && Vulkan

# Resource arrays are not yet supported on Metal
# UNSUPPORTED: Metal

# Bug https://github.com/llvm/llvm-project/issues/154669
# XFAIL: Clang && Vulkan

Expand Down
3 changes: 0 additions & 3 deletions test/Feature/ResourceArrays/multi-dim-array-global.test
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ DescriptorSets:
...
#--- end

# Resource arrays are not yet supported on Metal
# UNSUPPORTED: Metal

# Vulkan does not support multi-dimensional resource arrays
# UNSUPPORTED: Vulkan

Expand Down
3 changes: 0 additions & 3 deletions test/Feature/ResourceArrays/multi-dim-array-local.test
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ DescriptorSets:
# Vulkan does not support multi-dimensional resource arrays
# UNSUPPORTED: Vulkan

# Resource arrays are not yet supported on Metal
# UNSUPPORTED: Metal

# RUN: split-file %s %t
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
3 changes: 0 additions & 3 deletions test/Feature/ResourceArrays/multi-dim-array-subset-nuri.test
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ DescriptorSets:
# Vulkan does not support multi-dimensional resource arrays
# UNSUPPORTED: Vulkan

# Resource arrays are not yet supported on Metal
# UNSUPPORTED: Metal

# RUN: split-file %s %t
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ DescriptorSets:
...
#--- end

# Resource arrays are not yet supported on Metal
# UNSUPPORTED: Metal

# Vulkan does not support multi-dimensional resource arrays
# UNSUPPORTED: Vulkan

Expand Down
3 changes: 0 additions & 3 deletions test/Feature/ResourceArrays/unbounded-array-nuri.test
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ DescriptorSets:
...
#--- end

# Resource arrays are not yet supported on Metal
# UNSUPPORTED: Metal

# RUN: split-file %s %t
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
3 changes: 0 additions & 3 deletions test/Feature/ResourcesInStructs/res-in-struct-local-arg.test
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ DescriptorSets:
# Unimplemented https://github.com/llvm/wg-hlsl/issues/367
# XFAIL: Clang

# Unsupported on Metal - requires Vulkan feature robustBufferAccess
# UNSUPPORTED: Metal

# RUN: split-file %s %t
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
# RUN: %offloader %t/pipeline.yaml %t.o
Loading