Re: [PATCH 1/2] Enumerate AVX Vector Neural Network instructions

2021-01-13 Thread Paolo Bonzini
Boris, is it possible to have a topic branch for this patch? Just take it through your tree pls. Acked-by: Borislav Petkov Paolo, Boris has acked this kernel patch, and if i need send new patchset to add this acked-by info ? or kvm tree will directly pull this patchset? thanks.

Re: [PATCH 1/2] Enumerate AVX Vector Neural Network instructions

2021-01-11 Thread Yang Zhong
On Tue, Jan 05, 2021 at 01:14:56PM +0100, Borislav Petkov wrote: > On Tue, Jan 05, 2021 at 12:47:23PM +0100, Paolo Bonzini wrote: > > On 05/01/21 01:49, Yang Zhong wrote: > > > From: Kyung Min Park > > > > > > Add AVX version of the Vector Neural Network (VNNI) Instructions. > > > > > > A

Re: [PATCH 1/2] Enumerate AVX Vector Neural Network instructions

2021-01-05 Thread Borislav Petkov
On Tue, Jan 05, 2021 at 12:47:23PM +0100, Paolo Bonzini wrote: > On 05/01/21 01:49, Yang Zhong wrote: > > From: Kyung Min Park > > > > Add AVX version of the Vector Neural Network (VNNI) Instructions. > > > > A processor supports AVX VNNI instructions if CPUID.0x07.0x1:EAX[4] is > > present.

Re: [PATCH 1/2] Enumerate AVX Vector Neural Network instructions

2021-01-05 Thread Paolo Bonzini
On 05/01/21 01:49, Yang Zhong wrote: From: Kyung Min Park Add AVX version of the Vector Neural Network (VNNI) Instructions. A processor supports AVX VNNI instructions if CPUID.0x07.0x1:EAX[4] is present. The following instructions are available when this feature is present. 1. VPDPBUS:

[PATCH 1/2] Enumerate AVX Vector Neural Network instructions

2021-01-04 Thread Yang Zhong
From: Kyung Min Park Add AVX version of the Vector Neural Network (VNNI) Instructions. A processor supports AVX VNNI instructions if CPUID.0x07.0x1:EAX[4] is present. The following instructions are available when this feature is present. 1. VPDPBUS: Multiply and Add Unsigned and Signed Bytes

[PATCH 1/2] Enumerate AVX Vector Neural Network instructions

2020-12-15 Thread Yang Zhong
From: Kyung Min Park Add AVX version of the Vector Neural Network (VNNI) Instructions. A processor supports AVX VNNI instructions if CPUID.0x07.0x1:EAX[4] is present. The following instructions are available when this feature is present. 1. VPDPBUS: Multiply and Add Unsigned and Signed Bytes