Skip to content

Commit 5e82f4f

Browse files
author
Raghuveer Devulapalli
committed
Add missing hasnan parameter to avx512fp16 qosrt
1 parent d1523cf commit 5e82f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/avx512fp16-16bit-qsort.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@ void avx512_partial_qsort(_Float16 *arr,
210210
bool hasnan)
211211
{
212212
avx512_qselect(arr, k - 1, arrsize, hasnan);
213-
avx512_qsort(arr, k - 1);
213+
avx512_qsort(arr, k - 1, hasnan);
214214
}
215215
#endif // AVX512FP16_QSORT_16BIT

0 commit comments

Comments
 (0)