Re: [PATCH v6 3/3] x86/kvm: Add AVX512_4VNNIW and AVX512_4FMAPS support

From: He Chen
Date: Sun Nov 13 2016 - 20:42:13 EST


On Sat, Nov 12, 2016 at 01:53:29PM +0100, Borislav Petkov wrote:
> On Fri, Nov 11, 2016 at 05:25:36PM +0800, He Chen wrote:
> > Add two new AVX512 subfeatures support for KVM guest.
> >
> > AVX512_4VNNIW:
> > Vector instructions for deep learning enhanced word variable precision.
> >
> > AVX512_4FMAPS:
> > Vector instructions for deep learning floating-point single precision.
> >
> > Reviewed-by: Borislav Petkov <bp@xxxxxxx>
> > Signed-off-by: Luwei Kang <luwei.kang@xxxxxxxxx>
> > Signed-off-by: He Chen <he.chen@xxxxxxxxxxxxxxx>
> > ---
>
> Whoops, I said it looked ok but missed that SOB chain above.
>
> What does it mean? Did Luwei wrote the patch and you're sending it or
> ...?
>
Yep, Luwei wrote it and I send it on behalf of him.

Thanks,
-He