@@ -110,13 +110,24 @@ These scripts also install the necessary dependencies to run the tests.
110110Below is an overview of some of the testing options this script provides:
111111
112112| Command | Description |
113- | ---------------------------------------------- | -------------------------------------------- |
114- | ` test_arm_baremetal.sh test_pytest ` | Runs all unit tests. |
115- | ` test_arm_baremetal.sh test_pytest_ethosu_fvp ` | Same as ` test_pytest ` but uses Corstone FVP. |
116- | ` test_arm_baremetal.sh test_run_ethosu_fvp ` | Runs some models with Corstone FVP. |
117- | ` test_arm_baremetal.sh test_full_ethosu_fvp ` | Runs E2E model tests on Corstone FVP. |
118- | ` test_arm_baremetal.sh test_pytest_vkml ` | Runs all unit tests with Vulkan ML. |
119- | ` test_arm_baremetal.sh test_full_vkml ` | Run E2E models test with Vulkan ML. |
113+ | ---------------------------------------------------- | ------------------------------------------------------------ |
114+ | ` test_arm_baremetal.sh test_pytest_ops_no_target ` | Runs operator unit tests for non-target specific use-cases. |
115+ | ` test_arm_baremetal.sh test_pytest_models_no_target ` | Runs model unit tests for non-target specific use-cases. |
116+ | ` test_arm_baremetal.sh test_pytest_ops_tosa ` | Runs operator unit tests for TOSA specific use-cases. |
117+ | ` test_arm_baremetal.sh test_pytest_models_tosa ` | Runs model unit tests for TOSA specific use-cases. |
118+ | ` test_arm_baremetal.sh test_run_tosa ` | Runs end-to-end unit tests for TOSA specific use-cases. |
119+ | ` test_arm_baremetal.sh test_pytest_ops_ethos_u55 ` | Runs operator unit tests for Ethos-U55 specific use-cases. |
120+ | ` test_arm_baremetal.sh test_pytest_models_ethos_u55 ` | Runs model unit tests for Ethos-U55 specific use-cases. |
121+ | ` test_arm_baremetal.sh test_run_ethos_u55 ` | Runs end-to-end unit tests for Ethos-U55 specific use-cases. |
122+ | ` test_arm_baremetal.sh test_pytest_ops_ethos_u85 ` | Runs operator unit tests for Ethos-U85 specific use-cases. |
123+ | ` test_arm_baremetal.sh test_pytest_models_ethos_u85 ` | Runs model unit tests for Ethos-U85 specific use-cases. |
124+ | ` test_arm_baremetal.sh test_run_ethos_u85 ` | Runs end-to-end unit tests for Ethos-U85 specific use-cases. |
125+ | ` test_arm_baremetal.sh test_pytest_ops_vkml ` | Runs operator unit tests for VGF specific use-cases. |
126+ | ` test_arm_baremetal.sh test_pytest_models_vkml ` | Runs model unit tests for VGF specific use-cases. |
127+ | ` test_arm_baremetal.sh test_run_vkml ` | Runs end-to-end unit tests for VGF specific use-cases. |
128+ | ` test_arm_baremetal.sh test_model_smollm2-135M ` | Runs some models with Corstone FVP. |
129+ | ` test_arm_baremetal.sh test_smaller_stories_llama ` | Runs E2E model tests on Corstone FVP. |
130+ | ` test_arm_baremetal.sh test_memory_allocation ` | Runs memory allocation tests for Ethos-U specific targets |
120131
121132For more information, please refer to the ` backends/arm/test/test_arm_baremetal.sh ` script.
122133
0 commit comments