We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea52678 commit 60a9816Copy full SHA for 60a9816
cpp/src/linear_programming/utils.cuh
@@ -202,7 +202,7 @@ void inline compute_sum_bounds(const rmm::device_uvector<f_t>& constraint_lower_
202
rmm::cuda_stream_view stream_view)
203
{
204
rmm::device_buffer d_temp_storage;
205
- size_t bytes;
+ size_t bytes = 0;
206
auto main_op = [] HD(const thrust::tuple<f_t, f_t> t) {
207
const f_t lower = thrust::get<0>(t);
208
const f_t upper = thrust::get<1>(t);
0 commit comments