This issue tracks the integration of Intel AMX instruction family to Rust.
The feature gate for the issue is #![feature(x86_amx_intrinsics)].
Steps
Public API
The following target features and all their associated intrinsics and types (not complete, will be extended in future)
amx-tile
amx-int8
amx-bf16
amx-fp16
amx-complex
amx-avx512
amx-fp8
amx-movrs
amx-tf32
amx-transpose
Implementation History
Unresolved Questions
This issue tracks the integration of Intel
AMXinstruction family to Rust.The feature gate for the issue is
#![feature(x86_amx_intrinsics)].Steps
target-featureattributes and runtime detection for themPublic API
The following target features and all their associated intrinsics and types (not complete, will be extended in future)
amx-tileamx-int8amx-bf16amx-fp16amx-complexamx-avx512amx-fp8amx-movrsamx-tf32amx-transposeImplementation History
x86_amx_intrinsicsfeature flag #126639AMXtarget-features stdarch#1587amxtarget features and themovrstarget feature #138003Unresolved Questions