mbox series

[00/11] x86: support AVX512-FP16

Message ID 9ba3aaa7-56ce-b051-f1c4-874276e493e1@suse.com (mailing list archive)
Headers show
Series x86: support AVX512-FP16 | expand

Message

Jan Beulich June 15, 2022, 10:26 a.m. UTC
While I (quite obviously) don't have any suitable hardware, Intel's
SDE allows testing the implementation. And since there's no new
state (registers) associated with this ISA extension, this should
suffice for integration.

01: CPUID: AVX512-FP16 definitions
02: handle AVX512-FP16 insns encoded in 0f3a opcode map
03: handle AVX512-FP16 Map5 arithmetic insns
04: handle AVX512-FP16 move insns
05: handle AVX512-FP16 fma-like insns
06: handle AVX512-FP16 Map6 misc insns
07: handle AVX512-FP16 complex multiplication insns
08: handle AVX512-FP16 conversion to/from (packed) int16 insns
09: handle AVX512-FP16 floating point conversion insns
10: handle AVX512-FP16 conversion to/from (packed) int{32,64} insns
11: AVX512-FP16 testing

While I've re-based this ahead of the also pending AMX series (and,
obviously, ahead of the not even submitted yet KeyLocker one), this
series is intentionally built on top of "x86emul: a few small steps
towards disintegration", which has already been pending for far too
long.

Jan

Comments

Henry Wang July 6, 2022, 7:31 a.m. UTC | #1
Hi,

It seems that this series has been stale for nearly a month, with nothing heard
from maintainers. So I am sending this email as a gentle reminder for maintainers.
Thanks!

Kind regards,
Henry

> -----Original Message-----
> Subject: [PATCH 00/11] x86: support AVX512-FP16
> 
> While I (quite obviously) don't have any suitable hardware, Intel's
> SDE allows testing the implementation. And since there's no new
> state (registers) associated with this ISA extension, this should
> suffice for integration.
> 
> 01: CPUID: AVX512-FP16 definitions
> 02: handle AVX512-FP16 insns encoded in 0f3a opcode map
> 03: handle AVX512-FP16 Map5 arithmetic insns
> 04: handle AVX512-FP16 move insns
> 05: handle AVX512-FP16 fma-like insns
> 06: handle AVX512-FP16 Map6 misc insns
> 07: handle AVX512-FP16 complex multiplication insns
> 08: handle AVX512-FP16 conversion to/from (packed) int16 insns
> 09: handle AVX512-FP16 floating point conversion insns
> 10: handle AVX512-FP16 conversion to/from (packed) int{32,64} insns
> 11: AVX512-FP16 testing
> 
> While I've re-based this ahead of the also pending AMX series (and,
> obviously, ahead of the not even submitted yet KeyLocker one), this
> series is intentionally built on top of "x86emul: a few small steps
> towards disintegration", which has already been pending for far too
> long.
> 
> Jan