17 lines
584 B
YAML
17 lines
584 B
YAML
# Copyright 2020 Google LLC
|
|
#
|
|
# This source code is licensed under the BSD-style license found in the
|
|
# LICENSE file in the root directory of this source tree.
|
|
|
|
# ARM NEON+FP16ARITH
|
|
- name: xnn_f16_vmulcaddc_minmax_ukernel_c8__neonfp16arith_2x
|
|
init: xnn_init_f16_minmax_neon_params
|
|
- name: xnn_f16_vmulcaddc_minmax_ukernel_c16__neonfp16arith_2x
|
|
init: xnn_init_f16_minmax_neon_params
|
|
|
|
# x86 FMA3
|
|
- name: xnn_f16_vmulcaddc_minmax_ukernel_c8__fma3_2x
|
|
init: xnn_init_f16_minmax_avx_params
|
|
- name: xnn_f16_vmulcaddc_minmax_ukernel_c16__fma3_2x
|
|
init: xnn_init_f16_minmax_avx_params
|