RE: [EXT] Re: [PATCH v2 00/34] Implemenation of revised ml/cnxk driver

2023-09-27 Thread Srikanth Yalavarthi
> -Original Message- > From: Jerin Jacob > Sent: 21 September 2023 17:46 > To: Srikanth Yalavarthi > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > ; Anup Prabhu ; > Prince Takkar ; Srikanth Yalavarthi > > Subject: [EXT] Re: [PATCH v2 00/34] Imple

Re: [PATCH v2 00/34] Implemenation of revised ml/cnxk driver

2023-09-21 Thread Jerin Jacob
On Wed, Sep 20, 2023 at 12:55 PM Srikanth Yalavarthi wrote: > > This patch series is an implementation of revised ml/cnxk driver > to support models compiled with TVM compiler framework. TVM models > use a hybrid mode for execution, with regions of the model executing > on the ML accelerator and t

[PATCH v2 00/34] Implemenation of revised ml/cnxk driver

2023-09-20 Thread Srikanth Yalavarthi
This patch series is an implementation of revised ml/cnxk driver to support models compiled with TVM compiler framework. TVM models use a hybrid mode for execution, with regions of the model executing on the ML accelerator and the rest executing on CPU cores. This series of commits reorganizes the