Skip to content

Commit 77bccdd

Browse files
authored
Address waveactiveallequal failures (llvm#1048)
This PR addresses some failures detected on WaveActiveAllEqual tests.
1 parent 28e49e8 commit 77bccdd

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

test/WaveOps/WaveActiveAllEqual.32.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,12 @@ DescriptorSets:
362362
# Bug: https://github.com/llvm/offload-test-suite/issues/981
363363
# XFAIL: Clang
364364

365+
# Bug https://github.com/llvm/offload-test-suite/issues/1047
366+
# XFAIL: QC && DirectX
367+
368+
# Bug https://github.com/llvm/offload-test-suite/issues/1060
369+
# XFAIL: QC && Vulkan && DXC
370+
365371
# RUN: split-file %s %t
366372
# RUN: %dxc_target -T cs_6_5 -fvk-use-dx-layout -Fo %t.o %t/source.hlsl
367373
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/WaveActiveAllEqual.Wave128.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ DescriptorSets:
328328
# These platforms do not support the WaveSize attribute.
329329
# UNSUPPORTED: Vulkan || Metal
330330

331+
# Bug https://github.com/llvm/offload-test-suite/issues/1045
332+
# XFAIL: QC
333+
331334
# RUN: split-file %s %t
332335
# RUN: %dxc_target -T cs_6_6 -Fo %t.o %t/source.hlsl
333336
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/WaveActiveAllEqual.Wave64.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ DescriptorSets:
268268
# These platforms do not support the WaveSize attribute.
269269
# UNSUPPORTED: Vulkan || Metal
270270

271+
# Bug https://github.com/llvm/offload-test-suite/issues/1045
272+
# XFAIL: QC
273+
271274
# RUN: split-file %s %t
272275
# RUN: %dxc_target -T cs_6_6 -Fo %t.o %t/source.hlsl
273276
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/WaveActiveAllEqual.fp64.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ DescriptorSets:
157157
# Bug: https://github.com/llvm/offload-test-suite/issues/355
158158
# XFAIL: Metal
159159

160-
# REQUIRES double
160+
# REQUIRES: Double
161+
161162
# RUN: split-file %s %t
162163
# RUN: %dxc_target -T cs_6_5 -fvk-use-dx-layout -enable-16bit-types -Fo %t.o %t/source.hlsl
163164
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)