Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memset error in nvtext::edit_distance_matrix (#14283)
Fixes a bug in `nvtext::edit_distance_matrix` where the internal offsets vector is initialized to 0. This error was introduced in #13912 The bug was found while working on a different PR which re-ordered the nvtext gtests execution causing device memory to be reused from the rmm pool in a different way. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Bradley Dice (https://github.com/bdice) - Mark Harris (https://github.com/harrism) - Nghia Truong (https://github.com/ttnghia) URL: #14283
- Loading branch information