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.
1 parent 1c5c19b commit dba705fCopy full SHA for dba705f
src/avx512fp16-16bit-qsort.hpp
@@ -22,7 +22,7 @@ struct zmm_vector<_Float16> {
22
using opmask_t = __mmask32;
23
static const uint8_t numlanes = 32;
24
static constexpr int network_sort_threshold = 128;
25
- static constexpr int partition_unroll_factor = 0;
+ static constexpr int partition_unroll_factor = 8;
26
static constexpr simd_type vec_type = simd_type::AVX512;
27
28
using swizzle_ops = avx512_16bit_swizzle_ops;
0 commit comments