Add AMX-AVX512 BF16 intrinsics#2089
Conversation
|
r? @folkertdev rustbot has assigned @folkertdev. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
| #[rustc_legacy_const_generics(0)] | ||
| #[target_feature(enable = "amx-avx512,avx10.2")] | ||
| #[cfg_attr( | ||
| all(test, any(target_os = "linux", target_env = "msvc")), |
There was a problem hiding this comment.
what's up with windows gnu?
There was a problem hiding this comment.
iirc it had some problems decoding the amx instructions, didn't check recently though. let me just check in CI once
There was a problem hiding this comment.
ah, so only apple-darwin fails now. let me reduce the conditions a bit
No description provided.