File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,6 @@ DescriptorSets:
6262...
6363#--- end
6464
65- # https://github.com/llvm/llvm-project/issues/145513
66- # XFAIL: Clang-Vulkan
67-
6865# RUN: split-file %s %t
6966# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
7067# RUN: %offloader %t/pipeline.yaml %t.o
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RWStructuredBuffer<uint> Out : register(u1);
55[numthreads(4, 1, 1)]
66void main(uint3 threadID : SV_DispatchThreadID) {
77 bool B1 = false;
8-
8+
99 switch (value[threadID.x]) {
1010 case 0: // threads 0 and 1; result is number of active lanes (2)
1111 Out[threadID.x + 4] = WaveActiveCountBits(true); // threads 0 and 1
@@ -64,9 +64,6 @@ DescriptorSets:
6464...
6565#--- end
6666
67- # https://github.com/llvm/llvm-project/issues/145513
68- # XFAIL: Clang-Vulkan
69-
7067# RUN: split-file %s %t
7168# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
7269# RUN: %offloader %t/pipeline.yaml %t.o
You can’t perform that action at this time.
0 commit comments