Skip to content

Commit

Permalink
final typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurawly committed Jun 12, 2019
1 parent 9319133 commit 22f6e68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gunrock/app/sm/sm_enactor.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ struct SMIterationLoop : public IterationLoopBase
{
subgraphs_[v] = row_offsets[v + 1] - row_offsets[v];
}, graph.nodes, target, stream));
subgraphs.Print();
constrain.Print();
// advance to filter out data graph nodes which don't satisfy constrain
auto advance_op = [subgraphs, constrain, isValid] __host__ __device__(
const VertexT &src, VertexT &dest, const SizeT &edge_id,
Expand Down Expand Up @@ -214,7 +212,6 @@ struct SMIterationLoop : public IterationLoopBase
{
counter_[v] = iter;
}, 1, target, stream));
counter.Print();
GUARD_CU(oprtr::Advance<oprtr::OprtrType_V2V>(
graph.csr(), frontier.V_Q(), frontier.Next_V_Q(),
oprtr_parameters, distribute_op));
Expand Down

0 comments on commit 22f6e68

Please sign in to comment.