We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ba792 commit 8a52bc5Copy full SHA for 8a52bc5
1 file changed
tools/clang/test/HLSL/ShaderOpArith.xml
@@ -2179,7 +2179,7 @@
2179
// More threads than results are possible,
2180
// so indices will result in duplicate copies
2181
g_uintShare[ix%6] = payload.arith[ix%6];
2182
- g_sintShare[ix%3] = payload.arith[ix%3 + 6];
+ g_sintShare[ix%3 + 1] = payload.arith[ix%3 + 6];
2183
g_xchgShare[ix%64] = payload.xchg[ix%64];
2184
2185
GroupMemoryBarrierWithGroupSync();
0 commit comments