Skip to content

Commit

Permalink
Release the matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Aug 9, 2024
1 parent 169e581 commit 08286b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/nnc/laplacian_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ std::pair<int, int> profileProblemSize(GEMMDescriptor descriptor)
}
}
}
ccfree(A);
ccfree(B);
ccfree(C);
ccfree(previousOperandC);
return std::make_pair(maxGFLOPS, occupancy);
}

Expand Down

0 comments on commit 08286b3

Please sign in to comment.