Re: Re: [PATCH] RISC-V: Add RVV auto-vectorization compile option

2023-04-25 Thread juzhe.zh...@rivai.ai
/4/8 so far. Then we can support the feature of picking LMUL during auto-vectorization in the future when we figure out how to do that. juzhe.zh...@rivai.ai From: Jeff Law Date: 2023-04-25 14:00 To: juzhe.zhong; gcc-patches CC: kito.cheng; palmer Subject: Re: [PATCH] RISC-V: Add RVV auto

Re: [PATCH] RISC-V: Add RVV auto-vectorization compile option

2023-04-25 Thread Jeff Law via Gcc-patches
On 4/6/23 19:21, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong The next patch to enable basic RVV auto-vectorization of VLA auto-vectorization (RVV_SCALABLE) and fixed-length VLS auto-vectorization (RVV_FIXED_VLMAX). We will support RVV_FIXED_VLMIN in the future. gcc/ChangeLog:

[PATCH] RISC-V: Add RVV auto-vectorization compile option

2023-04-06 Thread juzhe . zhong
From: Juzhe-Zhong The next patch to enable basic RVV auto-vectorization of VLA auto-vectorization (RVV_SCALABLE) and fixed-length VLS auto-vectorization (RVV_FIXED_VLMAX). We will support RVV_FIXED_VLMIN in the future. gcc/ChangeLog: * config/riscv/riscv-opts.h (enum