This project is mirrored from https://review.mlplatform.org/tosa/reference_model.
Pull mirroring updated .
- Apr 28, 2025
-
-
Jeremy Johnson authored
Make tosa_verif_* tools assume they are in the ref_model repo with a local build directory. Update README with profile info, and updated commands to match assumption of local build directory. Add pytests for model file locations util. Fix paths for non-build items with build_sub_dirs. Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I70cbcb64423b6782650166507016500268a2496d
-
- Apr 22, 2025
-
-
Jeremy Johnson authored
Remove exptected_return_code & expected_result_files from desc.json Clean up readme about desc.json Add "terminate_early" to desc.json schema and add override warning Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ib7f4c5365ccf58b3c6d1c7e11c4af6817931e6a2
-
- Apr 16, 2025
-
-
Updated to use new flatc build instruction and location Signed-off-by:
Michael Platings <michael.platings@arm.com> Change-Id: I2958db32fec4070508dc61ee85decffee586be6f
-
- Feb 20, 2025
-
-
Previously the documentation implied that a release build would be created by default. The default is toolchain-specific, hence the recommendation in the CMake documentation: "Users should always explicitly specify the build type" Signed-off-by:
Michael Platings <michael.platings@arm.com> Change-Id: I0b5b793600a548f7b7dd540d588f212f78aae5af
-
- Feb 19, 2025
-
-
Remove instructions related to handling fp8 from README as this no longer an issue. Signed-off-by:
Eirene Vlassi Pandi <eirene.vlassipandi@arm.com> Change-Id: I4a35133ea8712177f4c321edf42e875674d3095a
-
- Nov 06, 2024
-
-
Signed-off-by:
Won Jeon <won.jeon@arm.com> Change-Id: I50b67bcc338cbc9ba5a11e95ecb96fa94f9a3105
-
- Sep 25, 2024
-
-
Add pre-commit checks section Change-Id: I3c613bd25428e1fc0e5e8c0ca0906f20c40aac8b
-
- Sep 12, 2024
-
-
* add cmd boolean option: --terminate_early * add JSON test descriptor field: terminate_early Signed-off-by:
Peng Sun <peng.sun@arm.com> Change-Id: If3f09cdbf66eb450aaf494ed0d6b0dab2a2d9723
-
- Jul 31, 2024
-
-
Installable with `pip install .` in the repository's root directory. The Python package is built as an .so, which setuptools copies into py_package/ and installs. Signed-off-by:
Kaushik Varadharajan <kaushik.varadharajan@arm.com> Change-Id: I20030c02bab6ca0357b55422fc7066ac3a6f6546
-
- Jul 16, 2024
-
-
- Update cmake requirement in README - Add cmake version check around CMP0135 policy flag Signed-off-by:
Justin Ngo <justin.ngo@arm.com> Change-Id: I6d575ad484c5ad95ef6a119661074845b10e7936
-
- May 13, 2024
-
-
Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I651ef963b6c14da58dc4cecd8bf4da8fe1a38417
-
- Mar 28, 2024
-
-
Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I8cd95ed0ae3260eea785e4e0275961534cd1f0c5
-
- Oct 12, 2023
-
-
Jeremy Johnson authored
Add --test-version option to tosa_verif_conformance_generator to select the version for tests to output. Add --output-type to allow json, binary or both files to be created during conformance generation. Fix passing schema_path to test runner. Add explicit verify lib path arg to test runner. Change-Id: I5f1ad137d713fca408a98470ea77bddf8916c5f3 Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com>
-
- Sep 07, 2023
-
-
Rename scripts utlities to tosa_* such as tosa_json2numpy Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ie8d584e2afb189fb74cf96b39590c7c27444ba14
-
- Aug 07, 2023
-
-
* Add deprecation notice for conformance_tests repo * Add deprecation notice for framework tests in conformance Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I92b17f4d6d993e47f30d7996a18fc13b934c4cdf
-
- Jul 17, 2023
-
-
Jerry-Ge authored
Signed-off-by:
Jerry Ge <jerry.ge@arm.com> Change-Id: I7015de6989940a535a12b737432e5efa8304d9a3
-
- Mar 04, 2023
-
-
Eric Kunze authored
Brings up to date with commonly tested configuration Change-Id: Id1791f506e6d822d69ee962a9403a7092afeaaf6 Signed-off-by:
Eric Kunze <eric.kunze@arm.com>
-
- Feb 10, 2023
-
-
Luke Hutton authored
"tosa_run_tests" -> "tosa_verif_run_tests" Signed-off-by:
Luke Hutton <luke.hutton@arm.com> Change-Id: Iff8c4874af1dc3e203e1f49563cfa0fd1f373811
-
- Oct 07, 2022
-
-
Matthew Sloyan authored
* Added IModelRunner interface using pimpl idiom, which allows a user to initialize, configure and run the model. * Added unit tests for IModelRunner. * Added doctest as third-party submodule. * Added user options to specify paths for dependencies. * Moved general func_config functions to separate utility, which removes cxxopts dependency. Signed-off-by:
Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: If42f1f82cd6dadf18911a48dcd5fa579b719aff2
-
- Aug 22, 2022
-
-
Eric Kunze authored
Change-Id: Ia681aa0eb1d42fa31a4658badb376f7b32b2e338 Signed-off-by:
Eric Kunze <eric.kunze@arm.com>
-
- Aug 12, 2022
-
-
Eric Kunze authored
Describes the proper way to build debug. Change-Id: Ie2f888fc71f84af5382e7e8107eb2d3d93a3b056 Signed-off-by:
Eric Kunze <eric.kunze@arm.com>
-
- Jul 12, 2022
-
-
Jeremy Johnson authored
Change-Id: I5cb16ea1f47ee454f03a1d5182827e3fd9f49128 Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com>
-
- Mar 02, 2022
-
-
Jeremy Johnson authored
And fixes in tosa_verif_run_tests: * support for no-color printing * stop double printing of error messages on verbose * differentiate result code pass from results check Change-Id: I26e957013a8d18f7d3d3691067dfb778008a1eea Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com>
-
- Jan 17, 2022
-
-
Jeremy Johnson authored
Script converts framework and reference model unit tests into a suitable format for including into a conformance suite. Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ida1ec8a0a7ea31fd3a3f62c4cb52d7cc2bf0b439
-
- Jan 06, 2022
-
-
Jeremy Johnson authored
Rename to tosa_verif_run_tests to match build_tests Improve output and system under test support Improve xunit support Add results checker Add utilities json2numpy and json2fbbin Add set of python tests Update README.md Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ia09f8e6fd126579b3ba1c1cda95c1326802417ca
-
Jeremy Johnson authored
Split generator and runner scripts Add package setup Add py-dev-env.sh/.bash to allow editing source files during dev Update README.md with installation info Signed-off-by:
Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I172fe426d99e2e9aeeacedc8b8f3b6a79c8bd39d
-
- Aug 25, 2021
-
-
Jared Smolens authored
- Updated example tests, added missing npy files - Updated README file with fields in desc.json Change-Id: I5651ed5260866a8381adf620fb6dd6405cb2833b
-
- Jun 04, 2021
-
-
Kevin Cheng authored
Change-Id: Iac786eff96183938d2fd11cde9313c6e8e1270a5
-
- Apr 27, 2021
-
-
Kevin Cheng authored
- Remove Usage and Format - Run black on verif/*.py scripts Signed-off-by:
Kevin Cheng <kevin.cheng@arm.com> Change-Id: Ie81515891eb0039540f614894f4b6b0e0e78ba74
-
- Oct 14, 2020
-
-
Eric Kunze authored
Change-Id: I2f8e7fa63e2ae40203e57d2cc8814bde3b312cb6 Signed-off-by:
Eric Kunze <eric.kunze@arm.com>
-