Re: Re: cpymem for RISCV with v extension

2023-08-15 Thread juzhe.zh...@rivai.ai
; kito.cheng; kito.cheng; rdapp.gcc Subject: Re: Re: cpymem for RISCV with v extension On Sat, 5 Aug 2023 at 00:35, 钟居哲 wrote: > > >> Testing what specifically? Are you asking for correctness tests, > >> performance/code quality tests? > > Add memcpy test using RVV ins

Re: Re: cpymem for RISCV with v extension

2023-08-15 Thread Joern Rennecke
On Sat, 5 Aug 2023 at 00:35, 钟居哲 wrote: > > >> Testing what specifically? Are you asking for correctness tests, > >> performance/code quality tests? > > Add memcpy test using RVV instructions, just like we are adding testcases for > auto-vectorization support. I wanted to get in the test infras

Re: Re: cpymem for RISCV with v extension

2023-08-04 Thread 钟居哲
>> Umm, this patch has been queued up for at least a couple weeks now. Oh. I am sorry I didn't see this patch since this patch doesn't CC me. I didn't subscribe GCC-patch, so I may miss some patches that didn't explicitly CC me. I just happen to see your reply email today then reply. juzhe.zh

Re: Re: cpymem for RISCV with v extension

2023-08-04 Thread 钟居哲
>> Testing what specifically? Are you asking for correctness tests, >> performance/code quality tests? Add memcpy test using RVV instructions, just like we are adding testcases for auto-vectorization support. For example: #include #include #include void foo (int32_t * a, int32_t * b, int n