blob: b13d32c324d318c91e721a4ddd83f1ac38432d78 [file] [log] [blame]
Georgios Pinitasc0b6f762020-11-02 01:37:17 +00001/*
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
25#include "a32_interleave6_block1_fp32_fp32.hpp"
26#include "a64_interleave4_block16_s8_s8.hpp"
27#include "a64_interleave4_block16_s8_s8_summing.hpp"
28#include "a64_interleave4_block16_u8_u8_summing.hpp"
29#include "a64_interleave8_block1_bf16_fp32.hpp"
30#include "a64_interleave8_block1_fp16_fp16.hpp"
31#include "a64_interleave8_block1_fp16_fp32.hpp"
32#include "a64_interleave8_block1_fp32_fp32.hpp"
33#include "a64_interleave8_block1_s16_s16.hpp"
34#include "a64_interleave8_block1_s16_s16_summing.hpp"
35#include "a64_interleave8_block1_s8_s16.hpp"
36#include "a64_interleave8_block1_s8_s16_summing.hpp"
37#include "a64_interleave8_block1_u16_u16_summing.hpp"
38#include "a64_interleave8_block1_u8_u16.hpp"
39#include "a64_interleave8_block1_u8_u16_summing.hpp"
40#include "a64_interleave8_block2_bf16_bf16.hpp"
41#include "a64_interleave8_block2_fp32_fp32.hpp"
42#include "a64_interleave8_block4_bf16_bf16.hpp"
Georgios Pinitas4ee8b152021-07-16 16:16:43 +010043#include "a64_interleave8_block4_fp32_bf16.hpp"
Georgios Pinitasc0b6f762020-11-02 01:37:17 +000044#include "a64_interleave8_block4_s8_s8.hpp"
45#include "a64_interleave8_block4_s8_s8_summing.hpp"
46#include "a64_interleave8_block4_u8_u8_summing.hpp"
47#include "a64_interleave8_block8_s8_s8.hpp"
48#include "a64_interleave8_block8_s8_s8_summing.hpp"
49#include "a64_interleave8_block8_u8_u8_summing.hpp"