Search found 5 matches
- 2023-07-31, 14:31:51
- Forum: Agner's CPU blog
- Topic: Intel AVX10 & APX announcement
- Replies: 7
- Views: 209361
Re: Intel AVX10 & APX announcement
Cache lines are typically 512-bit on current x86 CPUs. Thanks for correction. James Reinders from Intel mentioned that implementation of AVX wider than cache line would be considerably more challenging. So 512-bit is the long-term boundary then, which means my initial critisism is less valid. many ...
- 2023-07-30, 14:44:01
- Forum: Agner's CPU blog
- Topic: Intel AVX10 & APX announcement
- Replies: 7
- Views: 209361
Re: Intel AVX10 & APX announcement
I don't see why AMD (assuming they adopt FP16) would choose not to support it. AVX10.2 doesn't seem to change all that much over AVX10.1, so it doesn't sound like much of a burden on AMD. Agner had mentioned decoder complexity issues. In Zen5, according to rumors, one of AMD focuses is on wider dec...
- 2023-07-30, 2:50:37
- Forum: Agner's CPU blog
- Topic: Intel AVX10 & APX announcement
- Replies: 7
- Views: 209361
Intel AVX10 & APX announcement
Intel has announced several new x86-64 instruction set expansions: AVX10 (AVX10.1 and AVX10.2) and completely new APX. The converged AVX10 ISA will include "AVX-512 vector instructions with an AVX512VL feature flag, a maximum vector register length of 256 bits, as well as eight 32-bit mask registers...
- 2023-04-07, 22:17:58
- Forum: Agner's CPU blog
- Topic: AMD Zen 4 Ryzen 7000 series with AVX-512 support
- Replies: 10
- Views: 174462
Re: AMD Zen 4 Ryzen 7000 series with AVX-512 support
Widening the register file to 512-bit probably isn't that complicated. It’s not hard for sure, but still expensive. That’s what AMD was talking about when claimed ‘area-efficient implementation’ on official presentation. Zen4 is largely the same as Zen3 Not entirely true, AMD changed composition of...
- 2022-11-05, 11:39:52
- Forum: Agner's CPU blog
- Topic: AMD Zen 4 Ryzen 7000 series with AVX-512 support
- Replies: 10
- Views: 174462
Re: AMD Zen 4 Ryzen 7000 series with AVX-512 support
https://www.phoronix.com/review/amd-zen4-avx512 People in the forum theme discussion it mentitiong "AVX-512 predication", like That said, I've long been critical of AVX-512, or at least the aspect of it which involves widening vectors to 512-bit. Other things, like predication and scatter/gather, a...