File tree Expand file tree Collapse file tree 15 files changed +12
-16
lines changed Expand file tree Collapse file tree 15 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ DescriptorSets:
39
39
...
40
40
#--- end
41
41
42
+ # https://github.com/llvm/llvm-project/issues/140739
42
43
# UNSUPPORTED: Clang-Vulkan
44
+
43
45
# RUN: split-file %s %t
44
46
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
45
47
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ DescriptorSets:
40
40
...
41
41
#--- end
42
42
43
- # UNSUPPORTED: Clang-Vulkan
44
43
# RUN: split-file %s %t
45
44
# RUN: %dxc_target -T cs_6_0 -E CSMain -Fo %t.o %t/source.hlsl
46
45
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ DescriptorSets:
56
56
...
57
57
#--- end
58
58
59
- # UNSUPPORTED: Clang-Vulkan
60
59
# RUN: split-file %s %t
61
60
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
62
61
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ DescriptorSets:
41
41
...
42
42
#--- end
43
43
44
+ # https://github.com/llvm/llvm-project/issues/140739
44
45
# UNSUPPORTED: Clang-Vulkan
46
+
45
47
# RUN: split-file %s %t
46
48
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/simple.hlsl
47
49
# RUN: %offloader %t/simple.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ DescriptorSets:
46
46
...
47
47
#--- end
48
48
49
- # UNSUPPORTED: Clang-Vulkan
50
49
# RUN: split-file %s %t
51
50
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
52
51
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ DescriptorSets:
46
46
...
47
47
#--- end
48
48
49
- # UNSUPPORTED: Clang-Vulkan
50
49
# RUN: split-file %s %t
51
50
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
52
51
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ DescriptorSets:
87
87
...
88
88
#--- end
89
89
90
+ # clang-dxc doesn't support the -fvk-use-scalar-layout flag yet
90
91
# UNSUPPORTED: Clang-Vulkan
91
92
92
93
# RUN: split-file %s %t
Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ DescriptorSets:
44
44
...
45
45
#--- end
46
46
47
+ # https://github.com/llvm/llvm-project/issues/140739
47
48
# UNSUPPORTED: Clang-Vulkan
49
+
48
50
# RUN: split-file %s %t
49
51
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
50
52
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ struct S {
6
6
StructuredBuffer<float4> In : register(t0);
7
7
RWStructuredBuffer<S> Out : register(u1);
8
8
9
- [numthreads(1 ,1,2 )]
9
+ [numthreads(2 ,1,1 )]
10
10
void main(uint GI : SV_GroupIndex) {
11
11
Out[GI].i = In[GI];
12
12
}
@@ -44,8 +44,6 @@ DescriptorSets:
44
44
...
45
45
#--- end
46
46
47
- # UNSUPPORTED: Clang-Vulkan
48
-
49
47
# RUN: split-file %s %t
50
48
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
51
49
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ DescriptorSets:
43
43
...
44
44
#--- end
45
45
46
- # UNSUPPORTED: Clang-Vulkan
47
46
# RUN: split-file %s %t
48
47
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
49
48
# RUN: not %offloader %t/pipeline.yaml %t.o 2>&1 | FileCheck %s
@@ -70,4 +69,3 @@ DescriptorSets:
70
69
# CHECK: Height: 0
71
70
# CHECK: Width: 0
72
71
# CHECK: Depth: 0
73
-
You can’t perform that action at this time.
0 commit comments