Skip to content

Commit 99a155f

Browse files
authored
[Matrix][Vulkan] disable matrix getter tests (#1092)
For now disable these tests to get vulkan tests back to green. I think we should either rewrite the test not to use `RWBuffer<float2>` or we need to make a change in the spirv backend to add the `StorageImageExtendedFormats` capability.
1 parent 646d0d1 commit 99a155f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

test/Basic/Matrix/matrix_m-based_getter.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ DescriptorSets:
148148
...
149149
#--- end
150150

151+
# BUG Vulkan https://github.com/llvm/offload-test-suite/issues/1091
152+
# XFAIL: Vulkan && Clang
153+
151154
# RUN: split-file %s %t
152155
# RUN: %dxc_target -T cs_6_0 -fvk-use-dx-layout -Fo %t.o %t/source.hlsl
153156
# RUN: %offloader %t/pipeline.yaml %t.o

test/Basic/Matrix/matrix_one-based_getter.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ DescriptorSets:
147147
...
148148
#--- end
149149

150+
# BUG Vulkan https://github.com/llvm/offload-test-suite/issues/1091
151+
# XFAIL: Vulkan && Clang
152+
150153
# RUN: split-file %s %t
151154
# RUN: %dxc_target -T cs_6_0 -fvk-use-dx-layout -Fo %t.o %t/source.hlsl
152155
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)