Skip to content

Commit f13b9ff

Browse files
committed
update tests
1 parent c6dc37f commit f13b9ff

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

test/Basic/Matrix/matrix_bool_and_operator.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ void main() {
3939
Shaders:
4040
- Stage: Compute
4141
Entry: main
42-
DispatchSize: [1, 1, 1]
4342
Buffers:
4443
- Name: In
4544
Format: Int32

test/Basic/Matrix/matrix_bool_and_operator_thread_group.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ void main(uint GI : SV_GroupIndex) {
3838
Shaders:
3939
- Stage: Compute
4040
Entry: main
41-
DispatchSize: [1, 1, 1]
4241
Buffers:
4342
- Name: In
4443
Format: Int32
@@ -133,8 +132,8 @@ DescriptorSets:
133132
# Bug https://github.com/llvm/offload-test-suite/issues/704
134133
# XFAIL: Clang && Intel && Vulkan
135134

136-
# Bug https://github.com/llvm/offload-test-suite/issues/705
137-
# XFAIL: Clang && NV && DirectX
135+
# Bug: https://github.com/llvm/offload-test-suite/issues/696
136+
# XFAIL: Intel-Gen-Current && DirectX && Clang
138137

139138
# Note: Metal does not support boolean matrix types. For
140139
# Vulkan KosmicKrisp and MoltenVK the output is always False.

test/Basic/Matrix/matrix_bool_or_operator.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ void main() {
4242
Shaders:
4343
- Stage: Compute
4444
Entry: main
45-
DispatchSize: [1, 1, 1]
4645
Buffers:
4746
- Name: In
4847
Format: Int32

0 commit comments

Comments
 (0)