Commit 3ca1ed9
authored
Fix redundant memset (rapidsai#1305)
The workspace is already being reset in the calling function `fusedDistanceNNImpl`, see https://github.com/rapidsai/cuvs/blob/branch-25.10/cpp/src/distance/detail/fused_distance_nn.cuh#L73
Therefore removing the memset in `fusedL2NNImpl`
Authors:
- Vinay Deshpande (https://github.com/vinaydes)
Approvers:
- Tamas Bela Feher (https://github.com/tfeher)
URL: rapidsai#13051 parent 6254dd9 commit 3ca1ed9
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments