Re: [PATCH 0/1] Initial support for AVX10.2

2024-08-12 Thread Hongtao Liu
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

Re: [PATCH 0/1] Initial support for AVX10.2

2024-08-04 Thread Hongyu Wang
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

Re: [PATCH 0/1] Initial support for AVX10.2

2024-08-04 Thread Andi Kleen
> 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

RE: [PATCH 0/1] Initial support for AVX10.2

2024-08-03 Thread Jiang, Haochen
> -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

Re: [PATCH 0/1] Initial support for AVX10.2

2024-08-02 Thread Andi Kleen
> > 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

RE: [PATCH 0/1] Initial support for AVX10.2

2024-08-01 Thread Jiang, Haochen
> -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

Re: [PATCH 0/1] Initial support for AVX10.2

2024-08-01 Thread Andi Kleen
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

[PATCH 0/1] Initial support for AVX10.2

2024-08-01 Thread Haochen Jiang
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