Haochen Jiang <haochen.ji...@intel.com> writes: > Hi all, > > AVX10.2 tech details has been just published on July 31st in the > following link: > > https://cdrdv2.intel.com/v1/dl/getContent/828965 > > For new features and instructions, we could divide them into two parts. > One is ymm rounding control, the other is the new instructions. > > In the following weeks, we plan to upstream ymm rounding part first, > following by new instructions. After all of them upstreamed, we will > also upstream several patches optimizing codegen with new AVX10.2 > instructions.
Are there plans to make INT8/FP8 types supported by the compiler? Or just supporting it through some intrinsics? It seems explicit types would be much more convenient to use for developers, although it has some drawbacks (like accuracy depending on spills) I realize it's likely a lot more work, but it might be worth it? -Andi