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 think a built-in function for sorting a 2-D field will be useful for taichi user, just like np.argsort in numpy, that will be great! Now ti._kernels.parallel_sort seems to only be effective for 1-D field.
The text was updated successfully, but these errors were encountered:
Hi, I'd like to implement this feature as a first contribution.
If you implement this feature, please let me know as soon as possible. Thank you very much.
I think a built-in function for sorting a 2-D field will be useful for taichi user, just like np.argsort in numpy, that will be great! Now ti._kernels.parallel_sort seems to only be effective for 1-D field.
The text was updated successfully, but these errors were encountered: