GPU - Fix checking frequencies to check them all and not skip the last one.
Fix _get_nearest_freq() Check the last element from freqs. This fixes such case: freqs[freqs_size - 2] > freq >= freqs[freqs_size - 1] Bug 14593
Please register or sign in to comment