aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/register_command_stream_generator.py
AgeCommit message (Expand)Author
2024-04-02MLBEDSW-8672: Add ext_key trackingWilliam Isaksson
2024-01-26vela: Remove dead code from register command streamTim Hall
2024-01-18CONV ops int16 tests failed after TensorFlow updateWilliam Isaksson
2023-11-21MLBEDSW-7871: Document new error types in APIWilliam Isaksson
2023-11-02MLBEDSW-8117: Incorrect stride check for IFM/IFM2 and OFMBjörn Davidsson
2023-08-08MLBEDSW-7689: Document verbose command stream optionsTim Hall
2023-07-31MLBEDSW-7718: Add cmd1 payload legality checksWilliam Isaksson
2023-07-11MLBEDSW-7728: Fix DMA_WAITs in register_command_stream_generatorAlexander Hansson
2022-11-16MLBEDSW-6620: Update copyright notice and yearsRickard Bolin
2022-11-09MLBEDSW-6881 SHAPE single op network is optimised to nothing3.6.0.rc1Fredrik Svedberg
2022-10-04MLBEDSW-6969 Remove RescaleAdd and RescaleMul operatorsFredrik Svedberg
2022-09-08MLEMBED-1918: Issue with REDUCE_SUM on Ethos-U65-5123.6.0.rc0Tim Hall
2022-07-23MLBEDSW-4157: Add RESIZE_NEAREST_NEIGHBOR supportTim Hall
2022-07-23vela: OFM_SCALE refactorTim Hall
2022-05-19MLBEDSW-6563: networks failing with memory area exceeded in vela3.4.0.rc2Tim Hall
2022-05-11MLBEDSW-6452: Add byte offset in command streamTim Hall
2022-03-31vela: Added debug info to external APITim Hall
2022-03-30Update version of Black to 22.3.0Jonas Ohlsson
2022-03-21MLBEDSW-3367 Add mypy to pre-commitJonas Ohlsson
2021-12-02MLBEDSW-5717 Fix for sigmoid int16Patrik Gustavsson
2021-09-03TOSA: Added support for ADD, SUB and MULPatrik Gustavsson
2021-09-03TOSA: Support for AVGPOOL, MAXPOOL and CONV2DPatrik Gustavsson
2021-08-16MLBEDSW-4738 Reinstate find_block_config from v2.1Jacob Bohlin
2021-06-17Block config optimisation for 256/512 configurationsTim Hall
2021-05-27MLBEDSW-4034: New Scheduler Size or Performance OptimisationTim Hall
2021-05-04MLBEDSW-4429: elementwise_broadcast output diffDwight Lidman
2021-04-16MLBEDSW-3550 Only use simple scaling when bitexact with TFLiteHenrik G Olsson
2021-03-31MLBEDSW-3502: Bug fix addresses >= 32 bitLouis Verhaard
2021-03-30Performance improvement in tensor allocationLouis Verhaard
2021-03-25MLBEDSW-4071: Power of two handling 16-bit tanh/sigmoidLouis Verhaard
2021-03-22MLBEDSW-3502: Add address checksLouis Verhaard
2021-03-19MLBEDSW-3458: Added command stream size check.erik.andersson@arm.com
2021-03-19Address generation fixMauricio Briceno
2021-02-25MLBEDSW-4064: Update copyright headerserik.andersson@arm.com
2021-01-20[MLBEDSW-2787] Remove op.attrs["rescale"] in softmax.pyFredrik Svedberg
2020-12-14MLBEDSW-3653: Fix type errors in annotated filesDwight Lidman
2020-12-07MLBEDSW-3643: Refactor blockdep calculationLouis Verhaard
2020-11-26MLBEDSW-3562: Improve blockdep calculationLouis Verhaard
2020-11-26MLBEDSW-3599: Added API for finding block configsLouis Verhaard
2020-11-23MLBEDSW-3425: Added external API for driver actionsLouis Verhaard
2020-11-23MLBEDSW-3424: Expose API through separate fileLouis Verhaard
2020-11-20MLBEDSW-3249: Vela config file examplesTim Hall
2020-11-20vela: Rename Yoda to Ethos-U65Tim Hall
2020-11-13MLBEDSW-839: Code generation using external API2.0.0.rc1Louis Verhaard
2020-11-11MLBEDSW-3019: Add profiling debug databaseTim Hall
2020-11-11MLBEDSW-3222: Bias tensors in fast storageAndreas Nevalainen
2020-10-21vela: Refactor operators to use Kernel objectsTim Hall
2020-10-19MLBEDSW-3194: Updated elementwise IFM banks countAndreas Nevalainen
2020-10-08MLBEDSW-3148: Refactor OperationLouis Verhaard
2020-09-30[MLBEDSW-2802] Fix 5D tensor crashFredrik Svedberg