xref: /aosp_15_r20/external/XNNPACK/test/f16-vdiv-minmax.yaml (revision 4bdc94577ba0e567308109d787f7fec7b531ce36)
1# Copyright 2020 Google LLC
2#
3# This source code is licensed under the BSD-style license found in the
4# LICENSE file in the root directory of this source tree.
5
6# ARM NEON+FP16ARITH
7- name: xnn_f16_vdiv_minmax_ukernel__neonfp16arith_x8
8  init: xnn_init_f16_minmax_neon_params
9  arch:
10  - aarch64
11- name: xnn_f16_vdiv_minmax_ukernel__neonfp16arith_x16
12  init: xnn_init_f16_minmax_neon_params
13  arch:
14  - aarch64
15
16# x86 F16C
17- name: xnn_f16_vdiv_minmax_ukernel__f16c_x8
18  init: xnn_init_f16_minmax_avx_params
19- name: xnn_f16_vdiv_minmax_ukernel__f16c_x16
20  init: xnn_init_f16_minmax_avx_params
21