On Thu, Aug 1, 2024 at 3:50 PM Haochen Jiang wrote:
>
> 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 round
Andi Kleen 于2024年8月5日周一 06:31写道:
>
> > BTW, I noticed that in LLVM there is FP8 support for ARM currently
> > undergoing. I will have a look on it to see if everything is mature.
>
> There's even FP8 work for ARM work under way for gcc, see
> https://gcc.gnu.org/pipermail/gcc-patches/2024-August/6
> BTW, I noticed that in LLVM there is FP8 support for ARM currently
> undergoing. I will have a look on it to see if everything is mature.
There's even FP8 work for ARM work under way for gcc, see
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/659248.html
-andi
> -Original Message-
> From: Andi Kleen
> Sent: Saturday, August 3, 2024 3:06 AM
> To: Jiang, Haochen
> Cc: gcc-patches@gcc.gnu.org; Liu, Hongtao ;
> ubiz...@gmail.com
> Subject: Re: [PATCH 0/1] Initial support for AVX10.2
>
> >
> > INT8 i
>
> INT8 is actually char per my understanding.
>
> For FP8, currently there is no basic calculation insts yet. So we have no
> support for them in AVX10.2 currently, and treat them just as a piece
> of char.
>
> Also there might be other issues for FP8 to discuss, like ABI issues, so
> we put t
> -Original Message-
> From: Andi Kleen
> Sent: Friday, August 2, 2024 2:04 AM
> To: Jiang, Haochen
> Cc: gcc-patches@gcc.gnu.org; Liu, Hongtao ;
> ubiz...@gmail.com
> Subject: Re: [PATCH 0/1] Initial support for AVX10.2
>
> Haochen Jiang writes:
>
&g
Haochen Jiang 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 n
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 week