Re: [PATCH v2 1/1] mldev: split bfloat16 routines to separate files

2023-03-16 Thread David Marchand
On Thu, Mar 16, 2023 at 3:43 AM Ruifeng Wang wrote: > > > > > Since bfloat16 intrinsics are not supported on all ARM platforms > > > > > that support NEON, > > > > > bfloat16 routines are moved to separate files. > > > > > This would enable using scalar implementation for bfloat16 on > > > > > uns

RE: [PATCH v2 1/1] mldev: split bfloat16 routines to separate files

2023-03-15 Thread Ruifeng Wang
t; > ; Srikanth Yalavarthi ; Srikanth > > Yalavarthi > > Subject: RE: [PATCH v2 1/1] mldev: split bfloat16 routines to separate > > files > > > > > -Original Message- > > > From: Ruifeng Wang > > > Sent: 15 March 2023 15:32 >

RE: [PATCH v2 1/1] mldev: split bfloat16 routines to separate files

2023-03-15 Thread Srikanth Yalavarthi
1/1] mldev: split bfloat16 routines to separate files > > > -Original Message- > > From: Ruifeng Wang > > Sent: 15 March 2023 15:32 > > To: Srikanth Yalavarthi > > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > > ; david.march...@redhat.com;

RE: [PATCH v2 1/1] mldev: split bfloat16 routines to separate files

2023-03-15 Thread Srikanth Yalavarthi
> -Original Message- > From: Ruifeng Wang > Sent: 15 March 2023 15:32 > To: Srikanth Yalavarthi > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > ; david.march...@redhat.com; nd > > Subject: [EXT] RE: [PATCH v2 1/1] mldev: split bfloat16 routines to separa

RE: [PATCH v2 1/1] mldev: split bfloat16 routines to separate files

2023-03-15 Thread Ruifeng Wang
> -Original Message- > From: Srikanth Yalavarthi > Sent: Monday, March 13, 2023 8:03 PM > To: Srikanth Yalavarthi ; Ruifeng Wang > > Cc: dev@dpdk.org; sshankarn...@marvell.com; david.march...@redhat.com > Subject: [PATCH v2 1/1] mldev: split bfloat16 routi

Re: [PATCH v2 1/1] mldev: split bfloat16 routines to separate files

2023-03-15 Thread David Marchand
Hello, On Mon, Mar 13, 2023 at 1:03 PM Srikanth Yalavarthi wrote: > > Since bfloat16 intrinsics are not supported on all ARM platforms > that support NEON, bfloat16 routines are moved to separate files. > This would enable using scalar implementation for bfloat16 on > unsupported ARM platforms. >

[PATCH v2 1/1] mldev: split bfloat16 routines to separate files

2023-03-13 Thread Srikanth Yalavarthi
Since bfloat16 intrinsics are not supported on all ARM platforms that support NEON, bfloat16 routines are moved to separate files. This would enable using scalar implementation for bfloat16 on unsupported ARM platforms. Bugzilla ID: 1179 Fixes: fc54766b1612 ("mldev: add Arm NEON type conversion")