Re: [PATCH 0/7] AMX support in Qemu

2022-01-24 Thread Paolo Bonzini
On 1/24/22 08:55, Yang Zhong wrote: Intel introduces Advanced Matrix Extensions (AMX) [1] feature that consists of configurable two-dimensional "TILE" registers and new accelerator instructions that operate on them. TMUL (Tile matrix MULtiply) is the first accelerator instruction set to use the n

[PATCH 0/7] AMX support in Qemu

2022-01-24 Thread Yang Zhong
Intel introduces Advanced Matrix Extensions (AMX) [1] feature that consists of configurable two-dimensional "TILE" registers and new accelerator instructions that operate on them. TMUL (Tile matrix MULtiply) is the first accelerator instruction set to use the new registers. Since AMX KVM patches h

[RFC PATCH 0/7] AMX support in Qemu

2022-01-07 Thread Yang Zhong
Intel introduces Advanced Matrix Extensions (AMX) [1] feature that consists of configurable two-dimensional "TILE" registers and new accelerator instructions that operate on them. TMUL (Tile matrix MULtiply) is the first accelerator instruction set to use the new registers. This series is based on