Re: Re: [PATCH 2/3] RISC-V: Add Zvfbfmin and Zvfbfwma intrinsic

2024-06-26 Thread wangf...@eswincomputing.com
reason "Failed to merge in the changes."? Do I need rebase the patch 3/3? Thanks. >Results can be seen here: >Series: >https://patchwork.sourceware.org/project/gcc/list/?series=35407 >Patch 2/3: >https://patchwork.sourceware.org/project/gcc/patch/20240621015459.13525-

Re: Re: [PATCH 2/3] RISC-V: Add Zvfbfmin and Zvfbfwma intrinsic

2024-06-26 Thread wangf...@eswincomputing.com
gt;https://patchwork.sourceware.org/project/gcc/list/?series=35407 >>Patch 2/3: >>https://patchwork.sourceware.org/project/gcc/patch/20240621015459.13525-2-wangf...@eswincomputing.com/ >>https://github.com/ewlu/gcc-precommit-ci/issues/1786#issuecomment-2181863112 >>Patch 3/3: >

Re: Re: [PATCH 3/3 v3] RISC-V: Add md files for vector BFloat16

2024-07-14 Thread wangf...@eswincomputing.com
On 2024-07-12 06:19  Jeff Law wrote: > > > >On 7/11/24 1:10 AM, Feng Wang wrote: >> V3: Add Bfloat16 vector insn in generic-vector-ooo.md >> v2: Rebase >> Accroding to the BFloat16 spec, some vector iterators and new pattern >> are added in md files. >> >> Signed-off-by: Feng Wang >> gcc/ChangeLo

Re: Re: [RE] [v2] RISC-V: Add Zfbfmin extension

2024-06-18 Thread wangf...@eswincomputing.com
Hi Jin, Will submit patch after internal review,maybe today. wangf...@eswincomputing.com From: Jin Ma Date: 2024-06-18 18:25 To: wangfeng CC: Kito Cheng; juzhe.zhong; jinma.contrib; zengxiao; gcc-patches; Fei Gao Subject: Re: [RE] [v2] RISC-V: Add Zfbfmin extension Hi, Feng Any new

Re: Re: [PATCH 2/3] RISC-V: Add Zvfbfmin and Zvfbfwma intrinsic

2024-06-21 Thread wangf...@eswincomputing.com
On 2024-06-21 12:24  juzhe.zhong wrote: > >+  if (*group.shape == shapes::loadstore >+  || *group.shape == shapes::indexed_loadstore >+  || *group.shape == shapes::vundefined >+  || *group.shape == shapes::misc >+  || *group.shape == shapes::vset >+  || *group.shape == shapes::

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

2024-10-22 Thread wangf...@eswincomputing.com
On 2024-10-18 17:53  钟居哲 wrote: > >Could you add run test case (verified by QEMU or SPIKE ) ? > I added the run test case with qemu, then I found maybe another change should be modified at the same time, I should add the qemu flag(zvfbfmin and zvfbfwma) in march-to-cpu-opt python script., @Kito

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] RISC-V:Fix wrong condition for vector-bfloat16

2024-11-19 Thread wangf...@eswincomputing.com
On 2024-11-20 14:54  钟居哲 wrote: > >Are you trying to fix this PR ? Yes. >117669 – RISC-V:The 'VEEWTRUNC4' iterator 'RVVMF2BF' type condition error > >I think you should add PR target/117669 in the changelog > OK. > > > >juzhe.zh...@rivai.ai > >From: Feng Wang >Date: 2024-11-20 14:50 >To: gcc-pat