This commit adds the matrix Unary F16 test patterns and implementations for the CMSIS-DSP 1.9.0. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
# Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_UNARY_Q7
|
|
bool "Test: Matrix Unary Q7"
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_UNARY_Q15
|
|
bool "Test: Matrix Unary Q15"
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_UNARY_Q31
|
|
bool "Test: Matrix Unary Q31"
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_UNARY_F16
|
|
bool "Test: Matrix Unary F16"
|
|
depends on CMSIS_DSP_FLOAT16
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_UNARY_F32
|
|
bool "Test: Matrix Unary F32"
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_UNARY_F64
|
|
bool "Test: Matrix Unary F64"
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_BINARY_Q7
|
|
bool "Test: Matrix Binary Q7"
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_BINARY_Q15
|
|
bool "Test: Matrix Binary Q15"
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_BINARY_Q31
|
|
bool "Test: Matrix Binary Q31"
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_BINARY_F16
|
|
bool "Test: Matrix Binary F16"
|
|
depends on CMSIS_DSP_FLOAT16
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_BINARY_F32
|
|
bool "Test: Matrix Binary F32"
|
|
|
|
config CMSIS_DSP_TEST_MATRIX_BINARY_F64
|
|
bool "Test: Matrix Binary F64"
|
|
|
|
source "Kconfig"
|