Re: [PATCH v7 00/11] Implementation of mldev test application

2023-03-19 Thread Thomas Monjalon
16/03/2023 22:14, Srikanth Yalavarthi: > Srikanth Yalavarthi (11): > app/mldev: implement test framework for mldev > app/mldev: add common test functions > app/mldev: add test case to validate device ops > app/mldev: add test case to validate model ops > app/mldev: add ordered inference t

[PATCH v7 00/11] Implementation of mldev test application

2023-03-16 Thread Srikanth Yalavarthi
Machine learning device APIs test application = This series of patches introduces a test application for machine learning device APIs. A test framework is implemented with multiple test enabled, to validate the device, model and fast-path functions. New