We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d929d commit d2ccfebCopy full SHA for d2ccfeb
cpp/src/prims/count_if_v.cuh
@@ -35,9 +35,9 @@ namespace detail {
35
36
template <typename vertex_t, typename VertexValueInputIterator, typename VertexOp>
37
struct count_if_call_v_op_t {
38
- vertex_t local_vertex_partition_range_first{};
39
- VertexValueInputIterator vertex_value_input_first{};
40
- VertexOp v_op{};
+ vertex_t local_vertex_partition_range_first;
+ VertexValueInputIterator vertex_value_input_first;
+ VertexOp v_op;
41
42
__device__ bool operator()(vertex_t i)
43
{
0 commit comments