golang/go

cmd/asm: support Advanced Matrix Extensions (AMX) in Go Assembler

Aberta

#61.079 aberto em 29 de jun. de 2023

 (10 comentários) (1 reação) (1 responsável)Go (19.008 forks)batch import
NeedsInvestigationcompiler/runtimehelp wanted

Métricas do repositório

Stars
 (133.883 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

The Go assembler (shipped with 1.20.5) currently lacks support for Advanced Matrix Extensions (AMX), particularly the sub-extensions AMX-TILE, AMX-INT8, and AMX-BF16.

As a workaround, we have been using byte sequences to generate the required instructions. However, for the sake of our mental stability, we would love to use proper instructions. @golang/compiler could you please add these 12 AMX instructions.

Guia do colaborador