Skip to content

Commit 181b019

Browse files
authored
Merge branch 'main' into matrix_trunc_elementwise_cast/issues-506
2 parents a2cc7ed + ada63ef commit 181b019

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

test/Feature/Groupshared/GSVector.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ DescriptorSets:
4646
...
4747
#--- end
4848

49-
# Bug https://github.com/llvm/llvm-project/issues/167729
50-
# XFAIL: Clang
49+
# Bug https://github.com/llvm/llvm-project/issues/170241
50+
# XFAIL: Clang && Vulkan
5151

5252
# RUN: split-file %s %t
5353
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl

test/WaveOps/ComponentAccumulationDataRace.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ DescriptorSets:
5959
...
6060
#--- end
6161

62-
# Clang introduces a data-race (but it is not observable on WARP)
62+
# Clang introduces a data-race
6363
# Bug https://github.com/llvm/llvm-project/issues/160208
64-
# XFAIL: Clang && !WARP
64+
# XFAIL: Clang
6565

6666
# Bug https://github.com/llvm/offload-test-suite/issues/445
6767
# XFAIL: DirectX && Intel

test/WaveOps/ComponentDataRace.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ DescriptorSets:
5757
...
5858
#--- end
5959

60-
# Clang introduces a data-race (but it is not observable on WARP)
60+
# Clang introduces a data-race
6161
# Bug https://github.com/llvm/llvm-project/issues/160208
62-
# XFAIL: Clang && !WARP
62+
# XFAIL: Clang
6363

6464
# Bug https://github.com/llvm/offload-test-suite/issues/452
6565
# XFAIL: DXC && Metal

test/WaveOps/WaveActiveMax.fp64.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,11 @@ DescriptorSets:
310310
# Bug https://github.com/llvm/offload-test-suite/issues/393
311311
# XFAIL: Metal
312312

313+
# Bug https://github.com/llvm/offload-test-suite/issues/541
314+
# XFAIL: DirectX && AMD
315+
316+
# REQUIRES: Double
317+
313318
# RUN: split-file %s %t
314319
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
315320
# RUN: %offloader %t/pipeline.yaml %t.o

0 commit comments

Comments
 (0)