Skip to content

Commit

Permalink
Remove bogus output
Browse files Browse the repository at this point in the history
Thanks to Nilesh for catching this.

Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
  • Loading branch information
devreal committed Jun 27, 2024
1 parent 5ba125a commit 5569bdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/spmm/spmm_cuda.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,6 @@ static void initBlSpHardCoded(const std::function<int(const Key<2> &)> &keymap,
a_colidx_to_rowidx[3].emplace_back(0); // A[0][3]

A.setFromTriplets(A_elements.begin(), A_elements.end());
std::cout << "A_elements.begin()" << A_elements.begin() << "A_elements.end()" << A_elements.end() << "\n";

if (buildRefs && 0 == rank) {
Aref.setFromTriplets(Aref_elements.begin(), Aref_elements.end());
Expand Down

0 comments on commit 5569bdb

Please sign in to comment.