Skip to content

Commit 0c930ef

Browse files
authored
Remove QuadReadAcross* XFails on intel machine (#1249)
After upgrading the intel hardware (which includes a more modern driver version), all of the QuadReadAcross* tests started unexpectedly passing. This PR removes the XFAIL, and the associated issue has been resolved. Resolves #986
1 parent bebdfbd commit 0c930ef

18 files changed

Lines changed: 0 additions & 54 deletions

test/WaveOps/QuadReadAcrossDiagonal.32.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,6 @@ DescriptorSets:
340340
# waiting on https://github.com/llvm/llvm-project/pull/187440 to be merged, so I can open a PR for it
341341
# XFAIL: Clang
342342

343-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
344-
# XFAIL: Intel && Vulkan && DXC
345-
346343
# RUN: split-file %s %t
347344
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
348345
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/QuadReadAcrossDiagonal.convergence.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ DescriptorSets:
6666
# waiting on https://github.com/llvm/llvm-project/pull/187440 to be merged, so I can open a PR for it
6767
# XFAIL: Clang
6868

69-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
70-
# XFAIL: Intel && Vulkan && DXC
71-
7269
# RUN: split-file %s %t
7370
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
7471
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/QuadReadAcrossDiagonal.fp16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ DescriptorSets:
128128
# waiting on https://github.com/llvm/llvm-project/pull/187440 to be merged, so I can open a PR for it
129129
# XFAIL: Clang
130130

131-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
132-
# XFAIL: Intel && Vulkan && DXC
133-
134131
# RUN: split-file %s %t
135132
# RUN: %dxc_target -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl
136133
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/QuadReadAcrossDiagonal.fp64.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ DescriptorSets:
128128
# waiting on https://github.com/llvm/llvm-project/pull/187440 to be merged, so I can open a PR for it
129129
# XFAIL: Clang
130130

131-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
132-
# XFAIL: Intel && Vulkan && DXC
133-
134131
# RUN: split-file %s %t
135132
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
136133
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/QuadReadAcrossDiagonal.int16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ DescriptorSets:
236236
# waiting on https://github.com/llvm/llvm-project/pull/187440 to be merged, so I can open a PR for it
237237
# XFAIL: Clang
238238

239-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
240-
# XFAIL: Intel && Vulkan && DXC
241-
242239
# RUN: split-file %s %t
243240
# RUN: %dxc_target -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl
244241
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/QuadReadAcrossDiagonal.int64.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ DescriptorSets:
236236
# waiting on https://github.com/llvm/llvm-project/pull/187440 to be merged, so I can open a PR for it
237237
# XFAIL: Clang
238238

239-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
240-
# XFAIL: Intel && Vulkan && DXC
241-
242239
# Bug: https://github.com/llvm/offload-test-suite/issues/988
243240
# XFAIL: Metal
244241

test/WaveOps/QuadReadAcrossX.32.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,6 @@ DescriptorSets:
336336
...
337337
#--- end
338338

339-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
340-
# XFAIL: Intel && Vulkan && DXC
341-
342339
# RUN: split-file %s %t
343340
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
344341
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/QuadReadAcrossX.convergence.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ DescriptorSets:
6262
...
6363
#--- end
6464

65-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
66-
# XFAIL: Intel && Vulkan && DXC
67-
6865
# RUN: split-file %s %t
6966
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
7067
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/QuadReadAcrossX.fp16.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ DescriptorSets:
124124

125125
# REQUIRES: Half
126126

127-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
128-
# XFAIL: Intel && Vulkan && DXC
129-
130127
# RUN: split-file %s %t
131128
# RUN: %dxc_target -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl
132129
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/QuadReadAcrossX.fp64.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ DescriptorSets:
124124

125125
# REQUIRES: Double
126126

127-
# Bug: https://github.com/llvm/offload-test-suite/issues/986
128-
# XFAIL: Intel && Vulkan && DXC
129-
130127
# RUN: split-file %s %t
131128
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
132129
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)