File: generate-f16-ibilinear-chw.sh

package info (click to toggle)
xnnpack 0.0~git20241108.4ea82e5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 167,796 kB
  • sloc: ansic: 2,030,850; cpp: 434,872; asm: 96,670; sh: 9,671; python: 7,814; makefile: 21
file content (12 lines) | stat: -rwxr-xr-x 691 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Copyright 2022 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 ##############################
tools/xngen src/f16-ibilinear-chw/neonfp16arith.c.in -D PIXEL_TILE=4  -D FMA=1 -o src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p4.c &
tools/xngen src/f16-ibilinear-chw/neonfp16arith.c.in -D PIXEL_TILE=8  -D FMA=1 -o src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c &
tools/xngen src/f16-ibilinear-chw/neonfp16arith.c.in -D PIXEL_TILE=16 -D FMA=1 -o src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p16.c &

wait