Skip to content

Commit 09c23ad

Browse files
committed
Add another padding bits suppression.
1 parent e1ff58f commit 09c23ad

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

ci/compute-sanitizer-suppressions.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,40 @@
4444
</frame>
4545
</hostStack>
4646
</record>
47+
<!-- Another variant of the above -->
48+
<record>
49+
<kind>Initcheck</kind>
50+
<what>
51+
<text>Uninitialized __global__ memory read of size 2 bytes</text>
52+
<size>2</size>
53+
</what>
54+
<where>
55+
<func>DeviceReduceSingleTileKernel</func>
56+
</where>
57+
<hostStack>
58+
<frame>
59+
<func>cuLaunchKernel</func>
60+
</frame>
61+
<frame>
62+
<func>libcudart.*</func>
63+
</frame>
64+
<frame>
65+
<func>cudaLaunchKernel</func>
66+
</frame>
67+
<frame>
68+
<func>.*::detail::reduce::DeviceReduceSingleTileKernel.*</func>
69+
</frame>
70+
<frame>
71+
<func>.*triple_chevron::doit_host.*</func>
72+
</frame>
73+
<frame>
74+
<func>.*DeviceReduce::Reduce.*</func>
75+
</frame>
76+
<frame>
77+
<func>bool thrust::.*::equal.*</func>
78+
</frame>
79+
</hostStack>
80+
</record>
4781
<!--
4882
Similar to the above, thrust::equal copies a tuple<bool, OffsetT> from host -> device
4983
with the result of the comparison. The padding bytes trigger host API initialization

0 commit comments

Comments
 (0)