Re: [PATCH] target/i386: Add support for AMX-COMPLEX in CPUID enumeration

2023-08-30 Thread Tao Su
On Wed, Aug 30, 2023 at 12:41:11PM +0200, Paolo Bonzini wrote: > Queued, thanks. Thanks Paolo!

Re: [PATCH] target/i386: Add support for AMX-COMPLEX in CPUID enumeration

2023-08-30 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH] target/i386: Add support for AMX-COMPLEX in CPUID enumeration

2023-08-30 Thread Tao Su
Latest Intel platform GraniteRapids-D introduces AMX-COMPLEX, which adds two instructions to perform matrix multiplication of two tiles containing complex elements and accumulate the results into a packed single precision tile. AMX-COMPLEX is enumerated via CPUID.(EAX=7,ECX=1):EDX[bit 8]. Add the