blob: fc763a9576ee8d20785ef8d7f8d3936ea857d7d6 [file] [log] [blame]
#!/bin/sh
# 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 ##################################
tools/xngen src/f16-vrelu/neonfp16arith.c.in -D BATCH_TILE=8 -o src/f16-vrelu/gen/vrelu-neonfp16arith-x8.c &
tools/xngen src/f16-vrelu/neonfp16arith.c.in -D BATCH_TILE=16 -o src/f16-vrelu/gen/vrelu-neonfp16arith-x16.c &
################################## Unit tests #################################
tools/generate-vunary-test.py --spec test/f16-vrelu.yaml --output test/f16-vrelu.cc &
wait