xarray-spatial icon indicating copy to clipboard operation
xarray-spatial copied to clipboard

Classify tools: use binary search in _gpu_bin()

Open thuydotm opened this issue 2 years ago • 0 comments

Binary search has been applied to improve the performance of classify tools in NumPy case (https://github.com/makepath/xarray-spatial/pull/760). Let's see if we can do the same thing for CuPy case.

thuydotm avatar Jan 19 '23 08:01 thuydotm