blob: 362bebbea0c60f7845bfba0093bd693428154c39 [file] [log] [blame]
Viet-Hoa Do03b29712022-06-01 11:47:14 +01001/*
Michael Tyler7d9a6262023-02-01 16:37:07 +00002 * Copyright (c) 2022-2023 Arm Limited.
Viet-Hoa Do03b29712022-06-01 11:47:14 +01003 *
4 * SPDX-License-Identifier: MIT
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to
8 * deal in the Software without restriction, including without limitation the
9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10 * sell copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
12 *
Michael Tyler7d9a6262023-02-01 16:37:07 +000013 * The above copyright notice and this permission notice shall be included in all
14 * copies or substantial portions of the Software.
Viet-Hoa Do03b29712022-06-01 11:47:14 +010015 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Michael Tyler7d9a6262023-02-01 16:37:07 +000020 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 * SOFTWARE.
Viet-Hoa Do03b29712022-06-01 11:47:14 +010023 */
24
25#pragma once
26
27#ifdef __ARM_FEATURE_SVE
28
29
30namespace {
31
32void sme_transpose_interleave_4VL(uint16_t *out, const uint16_t *in, size_t width, size_t in_stride, size_t height)
33{
34 size_t out_stride = 4 * height * sme::get_vector_length<uint8_t>();
35
36 __asm__ __volatile__(
37 ".inst 0xd503477f // SMSTART ZA\n"
38 "cmp %x[height], #0x4\n"
39 "ptrue p4.b\n"
40 "blt 4f\n"
41 "1:" // Main row loop: Head
Michael Tyler7d9a6262023-02-01 16:37:07 +000042 "mov x26, %x[in]\n"
43 "add x25, x26, %x[in_stride]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +010044 "add x24, x25, %x[in_stride]\n"
45 "add x23, x24, %x[in_stride]\n"
Michael Tyler7d9a6262023-02-01 16:37:07 +000046 "add %x[in], x23, %x[in_stride]\n"
47 "mov x22, %x[out]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +010048 "sub %x[height], %x[height], #0x4\n"
Michael Tyler7d9a6262023-02-01 16:37:07 +000049 "mov x21, %x[width]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +010050 "2:" // Main row loop: Column loop
Michael Tyler7d9a6262023-02-01 16:37:07 +000051 "mov x20, x21\n"
52 "whilelt p3.h, XZR, x20\n"
53 "ld1h { z31.h }, p3/Z, [x26]\n"
54 "dech x20\n"
55 "whilelt p2.h, XZR, x20\n"
56 "ld1h { z30.h }, p2/Z, [x26, #1, MUL VL]\n"
57 "dech x20\n"
58 "whilelt p1.h, XZR, x20\n"
59 "ld1h { z29.h }, p1/Z, [x26, #2, MUL VL]\n"
60 "dech x20\n"
61 "whilelt p0.h, XZR, x20\n"
62 "ld1h { z28.h }, p0/Z, [x26, #3, MUL VL]\n"
63 "mov x20, x22\n"
64 "dech x21, ALL, MUL #4\n"
65 "ld1h { z27.h }, p3/Z, [x25]\n"
66 "ld1h { z26.h }, p2/Z, [x25, #1, MUL VL]\n"
67 "cmp x21, #0x0\n"
68 "addvl x26, x26, #4\n"
69 "ld1h { z25.h }, p1/Z, [x25, #2, MUL VL]\n"
70 "add x22, x22, %x[out_stride]\n"
71 "ld1h { z24.h }, p0/Z, [x25, #3, MUL VL]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +010072 "addvl x25, x25, #4\n"
Michael Tyler7d9a6262023-02-01 16:37:07 +000073 "ld1h { z23.h }, p3/Z, [x24]\n"
74 "ld1h { z22.h }, p2/Z, [x24, #1, MUL VL]\n"
75 "ld1h { z21.h }, p1/Z, [x24, #2, MUL VL]\n"
76 "ld1h { z20.h }, p0/Z, [x24, #3, MUL VL]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +010077 "addvl x24, x24, #4\n"
Michael Tyler7d9a6262023-02-01 16:37:07 +000078 "ld1h { z19.h }, p3/Z, [x23]\n"
79 "ld1h { z18.h }, p2/Z, [x23, #1, MUL VL]\n"
80 "ld1h { z17.h }, p1/Z, [x23, #2, MUL VL]\n"
81 "ld1h { z16.h }, p0/Z, [x23, #3, MUL VL]\n"
82 "st1h { z31.h }, p4, [x20]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +010083 "addvl x23, x23, #4\n"
Michael Tyler7d9a6262023-02-01 16:37:07 +000084 "st1h { z30.h }, p4, [x20, #1, MUL VL]\n"
85 "st1h { z29.h }, p4, [x20, #2, MUL VL]\n"
86 "st1h { z28.h }, p4, [x20, #3, MUL VL]\n"
87 "st1h { z27.h }, p4, [x20, #4, MUL VL]\n"
88 "st1h { z26.h }, p4, [x20, #5, MUL VL]\n"
89 "st1h { z25.h }, p4, [x20, #6, MUL VL]\n"
90 "st1h { z24.h }, p4, [x20, #7, MUL VL]\n"
91 "addvl x20, x20, #16\n"
92 "st1h { z23.h }, p4, [x20, #-8, MUL VL]\n"
93 "st1h { z22.h }, p4, [x20, #-7, MUL VL]\n"
94 "st1h { z21.h }, p4, [x20, #-6, MUL VL]\n"
95 "st1h { z20.h }, p4, [x20, #-5, MUL VL]\n"
96 "st1h { z19.h }, p4, [x20, #-4, MUL VL]\n"
97 "st1h { z18.h }, p4, [x20, #-3, MUL VL]\n"
98 "st1h { z17.h }, p4, [x20, #-2, MUL VL]\n"
99 "st1h { z16.h }, p4, [x20, #-1, MUL VL]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100100 "bgt 2b\n"
101 "3:" // Main row loop: Column loop skip
102 "cmp %x[height], #0x4\n"
103 "addvl %x[out], %x[out], #16\n"
104 "bge 1b\n"
105 "cbz %x[height], 8f\n"
106 "4:" // Main loop skip
107 "5:" // Tail row loop: Head
Michael Tyler7d9a6262023-02-01 16:37:07 +0000108 "mov x26, %x[in]\n"
109 "add %x[in], x26, %x[in_stride]\n"
110 "mov x22, %x[out]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100111 "sub %x[height], %x[height], #0x1\n"
Michael Tyler7d9a6262023-02-01 16:37:07 +0000112 "mov x21, %x[width]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100113 "6:" // Tail row loop: Column loop
Michael Tyler7d9a6262023-02-01 16:37:07 +0000114 "mov x20, x21\n"
115 "whilelt p0.h, XZR, x20\n"
116 "ld1h { z19.h }, p0/Z, [x26]\n"
117 "dech x20\n"
118 "whilelt p0.h, XZR, x20\n"
119 "ld1h { z18.h }, p0/Z, [x26, #1, MUL VL]\n"
120 "dech x20\n"
121 "whilelt p0.h, XZR, x20\n"
122 "ld1h { z17.h }, p0/Z, [x26, #2, MUL VL]\n"
123 "dech x20\n"
124 "dech x21, ALL, MUL #4\n"
125 "whilelt p0.h, XZR, x20\n"
126 "cmp x21, #0x0\n"
127 "ld1h { z16.h }, p0/Z, [x26, #3, MUL VL]\n"
128 "st1h { z19.h }, p4, [x22]\n"
129 "addvl x26, x26, #4\n"
130 "st1h { z18.h }, p4, [x22, #1, MUL VL]\n"
131 "st1h { z17.h }, p4, [x22, #2, MUL VL]\n"
132 "st1h { z16.h }, p4, [x22, #3, MUL VL]\n"
133 "add x22, x22, %x[out_stride]\n"
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100134 "bgt 6b\n"
135 "7:" // Tail row loop: Column loop skip
136 "cmp %x[height], #0x1\n"
137 "addvl %x[out], %x[out], #4\n"
138 "bge 5b\n"
139 "8:" // Done
140 ".inst 0xd503467f // SMSTOP\n"
141 : [height] "+&r" (height), [in] "+&r" (in), [out] "+&r" (out)
142 : [in_stride] "r" (in_stride), [out_stride] "r" (out_stride), [width] "r" (width)
Michael Tyler7d9a6262023-02-01 16:37:07 +0000143 : "cc", "memory", "p0", "p1", "p2", "p3", "p4", "p5", "p6", "p7", "p8", "p9", "p10", "p11", "p12", "p13", "p14", "p15", "x20", "x21", "x22", "x23", "x24", "x25", "x26", "z0", "z1", "z2", "z3", "z4", "z5", "z6", "z7", "z8", "z9", "z10", "z11", "z12", "z13", "z14", "z15", "z16", "z17", "z18", "z19", "z20", "z21", "z22", "z23", "z24", "z25", "z26", "z27", "z28", "z29", "z30", "z31"
Viet-Hoa Do03b29712022-06-01 11:47:14 +0100144 );
145}
146
147} // anonymous namespace
148
149template<>
150void Transform<4, 1, true, VLType::SME>(
151 float *out, const float *in, int stride, int x0, int xmax, int k0, int kmax)
152{
153 sme_transpose_interleave_4VL(
154 reinterpret_cast<uint16_t *>(out),
155 reinterpret_cast<const uint16_t *>(in + k0 * stride + x0),
156 (xmax-x0) * sizeof(float) / 2,
157 stride * sizeof(float),
158 (kmax-k0)
159 );
160}
161
162template<>
163void Transform<4, 1, true, VLType::SME>(
164 bfloat16 *out, const bfloat16 *in, int stride, int x0, int xmax, int k0, int kmax)
165{
166 sme_transpose_interleave_4VL(
167 reinterpret_cast<uint16_t *>(out),
168 reinterpret_cast<const uint16_t *>(in + k0 * stride + x0),
169 (xmax-x0) * sizeof(bfloat16) / 2,
170 stride * sizeof(bfloat16),
171 (kmax-k0)
172 );
173}
174
175template<>
176void Transform<4, 1, true, VLType::SME>(
177 __fp16 *out, const __fp16 *in, int stride, int x0, int xmax, int k0, int kmax)
178{
179 sme_transpose_interleave_4VL(
180 reinterpret_cast<uint16_t *>(out),
181 reinterpret_cast<const uint16_t *>(in + k0 * stride + x0),
182 (xmax-x0) * sizeof(__fp16) / 2,
183 stride * sizeof(__fp16),
184 (kmax-k0)
185 );
186}
187
188#endif