File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments