You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
714 B
13 lines
714 B
#!/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-vmulcaddc/neonfp16arith.c.in -D CHANNEL_TILE=8 -D ROW_TILE=2 -o src/f16-vmulcaddc/gen/c8-minmax-neonfp16arith-2x.c
|
|
tools/xngen src/f16-vmulcaddc/neonfp16arith.c.in -D CHANNEL_TILE=16 -D ROW_TILE=2 -o src/f16-vmulcaddc/gen/c16-minmax-neonfp16arith-2x.c
|
|
|
|
################################## Unit tests #################################
|
|
tools/generate-vmulcaddc-test.py --spec test/f16-vmulcaddc-minmax.yaml --output test/f16-vmulcaddc-minmax.cc
|