We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5133df6 + 3095653 commit 8f80b71Copy full SHA for 8f80b71
1 file changed
src/x86simdsort-static-incl.h
@@ -190,6 +190,7 @@ void x86simdsortStatic::qselect<_Float16>(
190
avx512_qselect_fp16((uint16_t *)arr, k, size, hasnan, descending);
191
}
192
template <>
193
+[[maybe_unused]]
194
void x86simdsortStatic::partial_qsort<_Float16>(
195
_Float16 *arr, size_t k, size_t size, bool hasnan, bool descending)
196
{
0 commit comments