1 // Auto-generated file. Do not edit!
2 // Template: src/f16-gemm/avx2-broadcast.c.in
3 // Generator: tools/xngen
4 //
5 // Copyright 2022 Google LLC
6 //
7 // This source code is licensed under the BSD-style license found in the
8 // LICENSE file in the root directory of this source tree.
9
10 #include <assert.h>
11
12 #include <immintrin.h>
13
14 #include <xnnpack/gemm.h>
15 #include <xnnpack/intrinsics-polyfill.h>
16
17
xnn_f16_gemm_minmax_ukernel_5x8__avx2_broadcast(size_t mr,size_t nc,size_t kc,const void * restrict a,size_t a_stride,const void * restrict w,void * restrict c,size_t cm_stride,size_t cn_stride,const union xnn_f16_minmax_params params[restrict XNN_MIN_ELEMENTS (1)])18 void xnn_f16_gemm_minmax_ukernel_5x8__avx2_broadcast(
19 size_t mr,
20 size_t nc,
21 size_t kc,
22 const void*restrict a,
23 size_t a_stride,
24 const void*restrict w,
25 void*restrict c,
26 size_t cm_stride,
27 size_t cn_stride,
28 const union xnn_f16_minmax_params params[restrict XNN_MIN_ELEMENTS(1)])
29 {
30 assert(mr != 0);
31 assert(mr <= 5);
32 assert(nc != 0);
33 assert(kc != 0);
34 assert(kc % sizeof(uint16_t) == 0);
35 assert(a != NULL);
36 assert(w != NULL);
37 assert(c != NULL);
38
39 const uint16_t* a0 = a;
40 uint16_t* c0 = c;
41 const uint16_t* a1 = (const uint16_t*) ((uintptr_t) a0 + a_stride);
42 uint16_t* c1 = (uint16_t*) ((uintptr_t) c0 + cm_stride);
43 if XNN_UNPREDICTABLE(mr < 2) {
44 a1 = a0;
45 c1 = c0;
46 }
47 const uint16_t* a2 = (const uint16_t*) ((uintptr_t) a1 + a_stride);
48 uint16_t* c2 = (uint16_t*) ((uintptr_t) c1 + cm_stride);
49 if XNN_UNPREDICTABLE(mr <= 2) {
50 a2 = a1;
51 c2 = c1;
52 }
53 const uint16_t* a3 = (const uint16_t*) ((uintptr_t) a2 + a_stride);
54 uint16_t* c3 = (uint16_t*) ((uintptr_t) c2 + cm_stride);
55 if XNN_UNPREDICTABLE(mr < 4) {
56 a3 = a2;
57 c3 = c2;
58 }
59 const uint16_t* a4 = (const uint16_t*) ((uintptr_t) a3 + a_stride);
60 uint16_t* c4 = (uint16_t*) ((uintptr_t) c3 + cm_stride);
61 if XNN_UNPREDICTABLE(mr <= 4) {
62 a4 = a3;
63 c4 = c3;
64 }
65
66 do {
67 __m256 vacc0x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) w));
68 __m256 vacc1x01234567 = vacc0x01234567;
69 __m256 vacc2x01234567 = vacc0x01234567;
70 __m256 vacc3x01234567 = vacc0x01234567;
71 __m256 vacc4x01234567 = vacc0x01234567;
72 w = (const uint16_t*) w + 8;
73
74 size_t k = kc;
75 do {
76 const __m256 va0 = _mm256_cvtph_ps(_mm_set1_epi16((short) *a0));
77 a0 += 1;
78 const __m256 va1 = _mm256_cvtph_ps(_mm_set1_epi16((short) *a1));
79 a1 += 1;
80 const __m256 va2 = _mm256_cvtph_ps(_mm_set1_epi16((short) *a2));
81 a2 += 1;
82 const __m256 va3 = _mm256_cvtph_ps(_mm_set1_epi16((short) *a3));
83 a3 += 1;
84 const __m256 va4 = _mm256_cvtph_ps(_mm_set1_epi16((short) *a4));
85 a4 += 1;
86
87 const __m256 vb01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) w));
88 w = (const uint16_t*) w + 8;
89
90 vacc0x01234567 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(va0, vb01234567, vacc0x01234567), _MM_FROUND_NO_EXC));
91 vacc1x01234567 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(va1, vb01234567, vacc1x01234567), _MM_FROUND_NO_EXC));
92 vacc2x01234567 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(va2, vb01234567, vacc2x01234567), _MM_FROUND_NO_EXC));
93 vacc3x01234567 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(va3, vb01234567, vacc3x01234567), _MM_FROUND_NO_EXC));
94 vacc4x01234567 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(va4, vb01234567, vacc4x01234567), _MM_FROUND_NO_EXC));
95
96 k -= sizeof(uint16_t);
97 } while (k != 0);
98
99 const __m256 vmin = _mm256_load_ps(params->avx.min);
100 vacc0x01234567 = _mm256_max_ps(vacc0x01234567, vmin);
101 vacc1x01234567 = _mm256_max_ps(vacc1x01234567, vmin);
102 vacc2x01234567 = _mm256_max_ps(vacc2x01234567, vmin);
103 vacc3x01234567 = _mm256_max_ps(vacc3x01234567, vmin);
104 vacc4x01234567 = _mm256_max_ps(vacc4x01234567, vmin);
105
106 const __m256 vmax = _mm256_load_ps(params->avx.max);
107 vacc0x01234567 = _mm256_min_ps(vacc0x01234567, vmax);
108 vacc1x01234567 = _mm256_min_ps(vacc1x01234567, vmax);
109 vacc2x01234567 = _mm256_min_ps(vacc2x01234567, vmax);
110 vacc3x01234567 = _mm256_min_ps(vacc3x01234567, vmax);
111 vacc4x01234567 = _mm256_min_ps(vacc4x01234567, vmax);
112
113 if XNN_LIKELY(nc >= 8) {
114 _mm_storeu_si128((__m128i*) c0, _mm256_cvtps_ph(vacc0x01234567, _MM_FROUND_NO_EXC));
115 c0 = (uint16_t*) ((uintptr_t) c0 + cn_stride);
116 _mm_storeu_si128((__m128i*) c1, _mm256_cvtps_ph(vacc1x01234567, _MM_FROUND_NO_EXC));
117 c1 = (uint16_t*) ((uintptr_t) c1 + cn_stride);
118 _mm_storeu_si128((__m128i*) c2, _mm256_cvtps_ph(vacc2x01234567, _MM_FROUND_NO_EXC));
119 c2 = (uint16_t*) ((uintptr_t) c2 + cn_stride);
120 _mm_storeu_si128((__m128i*) c3, _mm256_cvtps_ph(vacc3x01234567, _MM_FROUND_NO_EXC));
121 c3 = (uint16_t*) ((uintptr_t) c3 + cn_stride);
122 _mm_storeu_si128((__m128i*) c4, _mm256_cvtps_ph(vacc4x01234567, _MM_FROUND_NO_EXC));
123 c4 = (uint16_t*) ((uintptr_t) c4 + cn_stride);
124
125 a0 = (const uint16_t*) ((uintptr_t) a0 - kc);
126 a1 = (const uint16_t*) ((uintptr_t) a1 - kc);
127 a2 = (const uint16_t*) ((uintptr_t) a2 - kc);
128 a3 = (const uint16_t*) ((uintptr_t) a3 - kc);
129 a4 = (const uint16_t*) ((uintptr_t) a4 - kc);
130
131 nc -= 8;
132 } else {
133 __m128i vh0x01234567 = _mm256_cvtps_ph(vacc0x01234567, _MM_FROUND_NO_EXC);
134 __m128i vh1x01234567 = _mm256_cvtps_ph(vacc1x01234567, _MM_FROUND_NO_EXC);
135 __m128i vh2x01234567 = _mm256_cvtps_ph(vacc2x01234567, _MM_FROUND_NO_EXC);
136 __m128i vh3x01234567 = _mm256_cvtps_ph(vacc3x01234567, _MM_FROUND_NO_EXC);
137 __m128i vh4x01234567 = _mm256_cvtps_ph(vacc4x01234567, _MM_FROUND_NO_EXC);
138 if (nc & 4) {
139 _mm_storel_epi64((__m128i*) c0, vh0x01234567);
140 _mm_storel_epi64((__m128i*) c1, vh1x01234567);
141 _mm_storel_epi64((__m128i*) c2, vh2x01234567);
142 _mm_storel_epi64((__m128i*) c3, vh3x01234567);
143 _mm_storel_epi64((__m128i*) c4, vh4x01234567);
144
145 vh0x01234567 = _mm_unpackhi_epi64(vh0x01234567, vh0x01234567);
146 vh1x01234567 = _mm_unpackhi_epi64(vh1x01234567, vh1x01234567);
147 vh2x01234567 = _mm_unpackhi_epi64(vh2x01234567, vh2x01234567);
148 vh3x01234567 = _mm_unpackhi_epi64(vh3x01234567, vh3x01234567);
149 vh4x01234567 = _mm_unpackhi_epi64(vh4x01234567, vh4x01234567);
150
151 c0 += 4;
152 c1 += 4;
153 c2 += 4;
154 c3 += 4;
155 c4 += 4;
156 }
157 if (nc & 2) {
158 _mm_storeu_si32(c0, vh0x01234567);
159 _mm_storeu_si32(c1, vh1x01234567);
160 _mm_storeu_si32(c2, vh2x01234567);
161 _mm_storeu_si32(c3, vh3x01234567);
162 _mm_storeu_si32(c4, vh4x01234567);
163
164 vh0x01234567 = _mm_srli_epi64(vh0x01234567, 32);
165 vh1x01234567 = _mm_srli_epi64(vh1x01234567, 32);
166 vh2x01234567 = _mm_srli_epi64(vh2x01234567, 32);
167 vh3x01234567 = _mm_srli_epi64(vh3x01234567, 32);
168 vh4x01234567 = _mm_srli_epi64(vh4x01234567, 32);
169
170 c0 += 2;
171 c1 += 2;
172 c2 += 2;
173 c3 += 2;
174 c4 += 2;
175 }
176 if (nc & 1) {
177 *c0 = (uint16_t) _mm_extract_epi16(vh0x01234567, 0);
178 *c1 = (uint16_t) _mm_extract_epi16(vh1x01234567, 0);
179 *c2 = (uint16_t) _mm_extract_epi16(vh2x01234567, 0);
180 *c3 = (uint16_t) _mm_extract_epi16(vh3x01234567, 0);
181 *c4 = (uint16_t) _mm_extract_epi16(vh4x01234567, 0);
182 }
183
184 nc = 0;
185 }
186 } while (nc != 0);
187 }
188