Lines Matching full:on
61 (If you are on Windows, use the `bin/windows64` folder)
71 **You can then run the executable on Virtual Hardware.**
73 For instance, to run the test on the virtual hardware for Corstone 300, if you have the Arm MDK ins…
109 The tests may depend on several parameters (width, height etc ...)
113 For instance, if our test is dependent on a vector size, we may want to compute a linear regression
114 to know how the performances are dependent on the vector size.
116 But, our test may also depend on another parameter B which is not interesting us in the regression.…
125 …f (to check that the execution has been successful could be running on the DUT or on a host like a…
131 #### R10 : The test may be run on the DUT or on the host
137 #### R13 : Control of the tests could run on the DUT but could also be run on a host
142 #### R15 : One should not assume the test environment on the DUT has access to IOs.
333 According to R13 , the test may be controlled on the DUT or from an external host.
340 Cycles measurement can be based on internal counter or external trace.
358 …1, one must be able to disable tests done on the DUT and dump the output so that the test itself c…
383 If you want to run the script which is launching all the tests on all possible configurations then
390 We have archived lot of test patterns on github. So this step is needed only if you write new test …
422 …d tests) into a C array. It is the **preferred** method if you want to run on a board. In below ex…
462 … executable on Virtual Hardware. For instance, to run the test on the virtual hardware for Corston…
717 The script addToRegDB.py is working on the same principle but using the regression csv to fill a re…
741 diff.sql : How to compute a performance ratio (max cycle and regression) based on a reference core …
747 On Arm AC5 compiler \_\_fp16 type (float16_t in CMSIS-DSP) can't be used as argument or return valu…