Skip to content

Commit dba705f

Browse files
committed
Use unrolled partition for _Float16
1 parent 1c5c19b commit dba705f

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
@@ -22,7 +22,7 @@ struct zmm_vector<_Float16> {
2222
using opmask_t = __mmask32;
2323
static const uint8_t numlanes = 32;
2424
static constexpr int network_sort_threshold = 128;
25-
static constexpr int partition_unroll_factor = 0;
25+
static constexpr int partition_unroll_factor = 8;
2626
static constexpr simd_type vec_type = simd_type::AVX512;
2727

2828
using swizzle_ops = avx512_16bit_swizzle_ops;

0 commit comments

Comments
 (0)