Skip to content

Commit 8a4126c

Browse files
tests wave op under 4 threads
1 parent c7c037f commit 8a4126c

File tree

4,672 files changed

+2
-267215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,672 files changed

+2
-267215
lines changed

test/WaveSize32/waveSize.test renamed to test/WaveSize/waveSize.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
RWStructuredBuffer<uint> _participant_check_sum : register(u1);
33
RWStructuredBuffer<uint> _participant_bit : register(u2);
44

5-
[numthreads(32, 1, 1)]
5+
[numthreads(256, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
77
_participant_check_sum[tid.x] = WaveActiveSum(1);
88
_participant_bit[tid.x] = WaveActiveMax(tid.x);
@@ -71,4 +71,4 @@ DescriptorSets:
7171

7272
# RUN: split-file %s %t
7373
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
74-
# RUN: %offloader %t/pipeline.yaml %t.o
74+
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveSize16/program_1755913319192630614_1_increment_0_WaveParticipantTracking.test

Lines changed: 0 additions & 238 deletions
This file was deleted.

test/WaveSize16/program_1755913332250626357_4_increment_0_WaveParticipantTracking.test

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)