You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use this great work in my c++ project to compute the edit distance of two int* arrays? How should I modify the edit-distance.cu file?
Input: two int[] array. Output: an integer(edit distance).
Thank you very much!
The text was updated successfully, but these errors were encountered:
I want to use this great work in my c++ project to compute the edit distance of two int* arrays? How should I modify the edit-distance.cu file?
Input: two int[] array. Output: an integer(edit distance).
Thank you very much!
The text was updated successfully, but these errors were encountered: