Open yyh834771838 opened 2 years ago
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!
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!