Re: [PATCH v2] RISC-V:Auto vect for vector-bfloat16

2024-11-14 Thread Jeff Law
On 11/12/24 11:02 PM, wangf...@eswincomputing.com wrote: On 2024-11-13 07:30  Edwin Lu wrote: I took a look at the CI errors today since I remember Jeff checking the CI output. I don't remember if the errors were the main things blocking the patch or if there just wasn't any follow up. Juz

Re: Re: [PATCH v2] RISC-V:Auto vect for vector-bfloat16

2024-11-12 Thread wangf...@eswincomputing.com
On 2024-11-13 07:30  Edwin Lu wrote: > >I took a look at the CI errors today since I remember Jeff checking the >CI output. I don't remember if the errors were the main things blocking >the patch or if there just wasn't any follow up. Juzhe suggested me to addd some run test case for this patch,

Re: [PATCH v2] RISC-V:Auto vect for vector-bfloat16

2024-11-12 Thread Edwin Lu
I took a look at the CI errors today since I remember Jeff checking the CI output. I don't remember if the errors were the main things blocking the patch or if there just wasn't any follow up. I'll look into having the CI output some additional test log information to make understanding failur

Re: Re: [PATCH v2] RISC-V:Auto vect for vector-bfloat16

2024-10-22 Thread Kito Cheng
nge on GitHub? > Thanks. > > > > > >juzhe.zh...@rivai.ai > > > >From: Feng Wang > >Date: 2024-10-18 15:24 > >To: gcc-patches > >CC: kito.cheng; juzhe.zhong; Feng Wang > >Subject: [PATCH v2] RISC-V:Auto vect for vector-bfloat16 > >This

回复: Re: [PATCH v2] RISC-V:Auto vect for vector-bfloat16

2024-10-22 Thread wangf...@eswincomputing.com
n script., @Kito, should I submit the script change on GitHub? Thanks. > > >juzhe.zh...@rivai.ai > >From: Feng Wang >Date: 2024-10-18 15:24 >To: gcc-patches >CC: kito.cheng; juzhe.zhong; Feng Wang >Subject: [PATCH v2] RISC-V:Auto vect for vector-bfloat16 >This patch add

Re: [PATCH v2] RISC-V:Auto vect for vector-bfloat16

2024-10-18 Thread 钟居哲
Could you add run test case (verified by QEMU or SPIKE ) ? juzhe.zh...@rivai.ai From: Feng Wang Date: 2024-10-18 15:24 To: gcc-patches CC: kito.cheng; juzhe.zhong; Feng Wang Subject: [PATCH v2] RISC-V:Auto vect for vector-bfloat16 This patch add auto-vect patterns for vector-bfloat16

[PATCH v2] RISC-V:Auto vect for vector-bfloat16

2024-10-18 Thread Feng Wang
This patch add auto-vect patterns for vector-bfloat16 extension. Similar to vector extensions, these patterns can use vector BF16 instructions to optimize the automatic vectorization of for loops. gcc/ChangeLog: * config/riscv/autovec-opt.md (*widen_bf16_fma): Add vfwmacc auto-vect