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
how to calculate Euclidean distance using GPU ?
I want to calculate Euclidean distance between 10000000x512 matrix and 10000000x512 matrix .
Can I use GPU ?? and how to do this??
The text was updated successfully, but these errors were encountered:
The code here is quite old (before juia ran anything on GPUs) and written using loops so it isn't really gpu friendly. You should be able to fairly easy write the euclidean distance using broadcasting which works on GPU (https://math.stackexchange.com/questions/2240429/pairwise-distance-matrix).
how to calculate Euclidean distance using GPU ?
I want to calculate Euclidean distance between 10000000x512 matrix and 10000000x512 matrix .
Can I use GPU ?? and how to do this??
The text was updated successfully, but these errors were encountered: