[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (April 22, 201)
Hi all, There is the agenda for tomorrow's meeting. If you have topics to discuss or share, please let me know and I can add them to the agenda. ## Agenda: 1. Updates from the initial psABI meeting 2. Status update of B, K, P extension implementations. 3. discuss https://github.com/riscv/riscv-elf-psabi-doc/pull/185 4. AOB https://calendar.google.com/calendar/ical/lm5bddk2krcmtv5iputjgqvoio%40group.calendar.google.com/public/basic.ics BEIJING, China 11:00p Thu, Apr 22 2021 PDT/PST, Pacific Daylight Time (US) 8:00a Thu, Apr 22 2021 LONDON, United Kingdom, England 4:00p Thu, Apr 22 2021 Join Zoom Meeting https://zoom.com.cn/j/89393600951?pwd=ZFpWMkZ6Tm1TbUFXT1hZZjZZMHhRQT09 Meeting ID: 893 9360 0951 Passcode: 899662 Find your local number: https://zoom.com.cn/u/kWo4yMmVQ -- Best wishes, Wei Wu (吴伟)
Re: Can I push code to GCC?
Hi Juzhe, Glad to hear from you. You are welcome! All patches may need be reviewed and approved before it get merged into gcc repo. you can send the patchset to gcc-patches mailing list[1]. Depending on what parts your patchset touches, the time of review process varies. Please be patient :) Before you submit your code (patchset) the gcc project, you might want to check whether your affiliation(company) had signed the FSF copyright assignments, which is the pre-requirement for pushing codes into gcc repo. [1] https://gcc.gnu.org/mailman/listinfo/gcc-patches On 2021/5/10 9:01 PM, juzhe.zh...@rivai.ai wrote: Hi, I am a compiler engineer base on GCC in China. Recently, I develop a new pattern for vector widen multiply-accumulator(I call it widen fma) because the ISA in my project has the instruction (vwmacc). I develop a lot of code especiallly frontend (gimple&&generic) int GCC. This is useful for my project, but I am not sure whether it is useful for GCC overall. Can I deliver the code? And maybe you guys can check my code and refine it to have a better quality. Thank you! juzhe.zh...@rivai.ai