taichi icon indicating copy to clipboard operation
taichi copied to clipboard

Please provide support for sort in 2-D field!

Open mushroomfire opened this issue 2 years ago • 2 comments

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.

mushroomfire avatar Oct 05 '22 06:10 mushroomfire

Hi, I'd like to implement this feature as a first contribution.

classAndrew avatar Sep 24 '23 18:09 classAndrew

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.

SigmaAdrich avatar Oct 08 '23 11:10 SigmaAdrich