Fix binary search in bisect_percentile_op (#73146)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/73146
Binary search can overflow; this fixes it.
Test Plan: Sandcastle
Reviewed By: meyering
Differential Revision: D34365186
fbshipit-source-id: f92a810b49ef5ce345d0b019b584fe3c1f5ae017
(cherry picked from commit 9c2133ec6f3ae9874fd6ae2ffb2a98bb7b68a6b0)