Load boundaries array into shared memory before hand for `bucketize` (#14774)
This fix is a follow up to 13922. This fix loads boundaries
array into shared memory before each thread, in order to improve
performance for `bucketize` op.
The fix is based on feedback 13922.
Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment