Open
Description
opened on Jun 18, 2024
This issue tracks the integration of Intel AMX
instruction family to Rust.
The feature gate for the issue is #![feature(x86_amx_intrinsics)]
.
Steps
- Add the
target-feature
attributes and runtime detection for them - Implement the associated intrinsics in stdarch
- Stabilization PR
Public API
The following target features and all their associated intrinsics and types
amx-tile
amx-int8
amx-bf16
amx-fp16
amx-complex
Activity