blob: dd2d97418a829f755334a83b8fe326d14d31c4dd [file] [log] [blame]
Frank Barchardfb158e22020-07-15 16:10:10 -07001#!/bin/sh
2# Copyright 2020 Google LLC
3#
4# This source code is licensed under the BSD-style license found in the
5# LICENSE file in the root directory of this source tree.
6
7################################### ARM NEON ##################################
8tools/xngen src/f16-relu/neonfp16arith.c.in -D BATCH_TILE=8 -o src/f16-relu/gen/neonfp16arith-x8.c
9tools/xngen src/f16-relu/neonfp16arith.c.in -D BATCH_TILE=16 -o src/f16-relu/gen/neonfp16arith-x16.c
10
11################################## Unit tests #################################
12tools/generate-vunary-test.py --spec test/f16-relu.yaml --output test/f16-relu.cc