commit | 72f1d9eeaf1a906fe0a3828e4f2b62bcc199ec15 | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Wed Aug 12 10:39:33 2020 +0200 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Wed Aug 12 10:39:33 2020 +0200 |
tree | 0f0e7b6dc6a8f607d208009aec92d73798f083a9 | |
parent | d73292b0afb2f4fe2223c8986c375c937d397d8f [diff] [blame] |
CMSIS-DSP: f16 versions of classical ML functions
diff --git a/CMSIS/DSP/Testing/runAllTests.py b/CMSIS/DSP/Testing/runAllTests.py index ca21cbb..dca100e 100755 --- a/CMSIS/DSP/Testing/runAllTests.py +++ b/CMSIS/DSP/Testing/runAllTests.py
@@ -295,7 +295,7 @@ for t in config["TOOLCHAINS"]: cmake,localConfig,sim = analyzeToolchain(config["TOOLCHAINS"][t],allConfigs) - msg("Testing toolchain %s\n" % cmake) + msg("Testing toolchain %s\n" % t) buildAndTest(t,localConfig,cmake,sim)