1 /* 2 * Copyright (c) 2020 Arm Limited. 3 * 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 * 13 * The above copyright notice and this permission notice shall be included in all 14 * copies or substantial portions of the Software. 15 * 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 20 * 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. 23 */ 24 #include "a32_transpose_interleave_8way_32bit.hpp" 25 #include "a64_transpose_interleave_12_1x4.hpp" 26 #include "a64_transpose_interleave_12_1x8.hpp" 27 #include "a64_transpose_interleave_12_2x2.hpp" 28 #include "a64_transpose_interleave_12_2x4_fp32bf16.hpp" 29 #include "a64_transpose_interleave_12_2x4.hpp" 30 #include "a64_transpose_interleave_128.hpp" 31 #include "a64_transpose_interleave_12_s8s16.hpp" 32 #include "a64_transpose_interleave_12_u8u16.hpp" 33 #include "a64_transpose_interleave_16_1x4.hpp" 34 #include "a64_transpose_interleave_16_1x8.hpp" 35 #include "a64_transpose_interleave_16_2x2.hpp" 36 #include "a64_transpose_interleave_16_2x4.hpp" 37 #include "a64_transpose_interleave_16_2x4_fp32bf16.hpp" 38 #include "a64_transpose_interleave_16.hpp" 39 #include "a64_transpose_interleave_24_bf16fp32.hpp" 40 #include "a64_transpose_interleave_24_fp16fp32.hpp" 41 #include "a64_transpose_interleave_24_2x4_fp32bf16.hpp" 42 #include "a64_transpose_interleave_24.hpp" 43 #include "a64_transpose_interleave_32_1x4.hpp" 44 #include "a64_transpose_interleave_32_2x2.hpp" 45 #include "a64_transpose_interleave_4_1x16.hpp" 46 #include "a64_transpose_interleave_4_1x4.hpp" 47 #include "a64_transpose_interleave_48.hpp" 48 #include "a64_transpose_interleave_64.hpp" 49 #include "a64_transpose_interleave_96.hpp" 50