Lines Matching +full:selected +full:- +full:by +full:- +full:pack
9 …one for your CMSIS Pack. Otherwise, the cloned source may contain tests for functions which are no…
11 You can also look at the artifact for the commit : it is containing a CMSIS Pack for this commit.
28 `python preprocess.py -f desc.txt`
30 `python preprocess.py -f desc_f16.txt -o Output_f16.pickle`
32 `python processTests.py -e`
34 `python processTests.py -e -f Output_f16.pickle`
36 **Now the test suite you want to run can be selected:**
38 `python processTests.py -e BasicTestsF32`
44 `python processTests.py -f Output_f16.pickle -e BasicTestsF16`
63 You may need to initialize the pack repository and install the needed packs:
67 `cpackget add -f test_packlist.txt`
75 …_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe -f configs\ARM_VHT_Corstone_300_config.txt Objects\…
81 `python ../processResult.py -f ../Output.pickle -e -r results.txt`
104 #### R5 : The test description shall list the test patterns and input patterns required by the tests
188 A function is described with some text and followed by the name of the function in the C++ class.
212 A pattern or output description is an ID (to be used in the code) followed by a filename.
275 Test A:testA -> PARAM3_ID
276 } -> PARAM1_ID
319 Any node (Group, Suite or Function) can be disabled by using disabled { ...}.
327 Its API is defined by virtual class Memory. An implementation ArrayMemory is provided which is usin…
401 Those folders are used to contain the files generated by the scripts.
407 python preprocess.py -f desc.txt
416 python processTests.py -f Output.pickle
422 You can also use the -e option (for embedded). It will include all the patterns (for the selected t…
423 always use -e option.
425 python processTests.py -e
429 python processTests.py -e BasicTests
433 python processTests.py -e BasicTests 4
443 `python preprocess.py -f desc.txt`
445 `python preprocess.py -f desc_f16.txt -o Output_f16.pickle`
447 `python processTests.py -e`
449 `python processTests.py -e -f Output_f16.pickle`
455 You can use the [CMSIS build tools](https://github.com/Open-CMSIS-Pack/devtools) to build.
464 `C:\Keil_v5\ARM\FVP\MPS2_Cortex-M\FVP_MPS2_Cortex-M55_MDK.exe ^
465 -f configs/ARM_VHT_MPS2_M55_config.txt ^
472 The `-f` option should be used to tell the script where to find the `Output.pickle` file if the scr…
474 python processResult.py -f Output.pickle -e -r result.txt
476 -e option is needed if the mode -e was used with processTests because the output has a different
477 format with or without -e option.
490 python summaryBench.py -r build\result.txt
494 been created by the cmake command.
496 The Output.pickle file is used by default. It can be changed with -f option.
511 python convertToOld.py -e AGroup
513 Output.pickle is used by default. It can be changed with -f option.
517 python addToDB.py -e AGroup
519 Output.pickle is used by default. It can be changed with -f option.
524 The script processTests and processResult must be used with additional option -e for the FPGA (embe…
538 testDesc and patterns are char* generated by the script processTests and containing the description
549 Must be replaced by
639 ASSERT_NEAR_EQ(ref,output,(float)1e-6);
692 Output.pickle is used by default. It can be changed with -f option.
707 Output.pickle is used by default. It can be changed with -f option.
735 But then it means that to display the tables in a readable format by the user, some joins are neede…
747 On Arm AC5 compiler \_\_fp16 type (float16_t in CMSIS-DSP) can't be used as argument or return valu…
751 In CMSIS-DSP, we want to keep the possibility of having float16_t as an argument.
755 * the functions using float16_t in the API won't be supported by AC5 compiler.
761 In current example, we assume all float16_t code and tests are not supported by AC5 just to