Re: GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-09 Thread Gwen Fu via Gcc
ot;'foo' has an implicit type"); > if (runtime_option & fcheck_implicit_type) >runtime_error("'x' has an implicit type"); > return (x * x); >} Here is the description of the GSoC project : *Fortran – run-time argument checking.* – In particular older F

Re: [Draft] GSoC 2025 Proposal: Implementing Clang's -ftime-trace Feature in GCC

2025-04-08 Thread Eldar Kusdavletov via Gcc
Thanks a lot, Andi! I’ve submitted the final version of the proposal on the GSoC platform. I really appreciate your feedback, as well as the input from everyone who took the time to review and help refine the idea. It made a significant difference. I hope for the opportunity to contribute to GCC

Re: GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-07 Thread Steve Kargl via Gcc
On Mon, Apr 07, 2025 at 02:42:10PM +0800, Gwen Fu wrote: > Thanks for your reply ! > >The word "parameter" has very a specific meaning in Fortran. The > >entity that is passed into a function or subroutine is an "actual > >argument". The entity within the functions associated with the > >"actual ar

Re: [GSoC] Tooling for running BPF GCC tests on a live kernel

2025-04-07 Thread Piyush Raj via Gcc
, I'd be happy to revise it. I’ll update the PDF on the GSoC portal accordingly. Thanks! On Thu, 3 Apr 2025 at 19:07, Jose E. Marchesi wrote: > We get reports occassionally and normally we open bugzillas for them, > but not always. > > We can compile a list of recent fix

[GSoC] Initial Draft

2025-04-07 Thread Carter Weidman via Gcc
 Here is my initial draft for my proposal. Please provide as much feedback as possible. Upon more research I realize I will almost definitely have time to do more than just the bind and device_type clause. I have prepared significant research for the cache directive as well, and could definitel

Re: GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-06 Thread Gwen Fu via Gcc
Thanks for your reply ! >The word "parameter" has very a specific meaning in Fortran. The >entity that is passed into a function or subroutine is an "actual >argument". The entity within the functions associated with the >"actual argument" is a "dummy argument". Can I understand "dummy parameters"

Re: GSoC 2025: In-Memory Filesystem for GPU Offloading Tests

2025-04-06 Thread Arijit Kumar Das via Gcc
, would it be alright if I send it here in this thread for your review? Since you might be busy and may not have time to review my draft proposal here, so I've directly uploaded it to the GSoC portal. Looking forward to your thoughts! Best regards, Arijit On Thu, 3 Apr, 2025, 11:42 a

Gsoc: Do Concurrent Request for Review

2025-04-06 Thread ahmad tariq via Gcc
Hi, I'm sorry about the delay in sharing my proposal, submitting my proposal for review. https://docs.google.com/document/d/1Ffaqcm37d6W9IPAoYvg1jYShNjw-YNgaGVEeBW1B8oY/edit?usp=sharing

Re: GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-06 Thread Steve Kargl via Gcc
On Sat, Apr 05, 2025 at 03:16:45PM +0800, Gwen Fu wrote: > My doubt : > 1.Does the compilation option only need to support fortran versions above > 9, o5r does it also need to support fortran 77? gfortran started life as a Fortran 95 compiler. It should support anything that is Fortran 95 or late

[GSoC] Initial Draft

2025-04-06 Thread Carter Weidman via Gcc
Here is my initial draft for my proposal. Please provide as much feedback as possible. Upon more research I realize I will almost definitely have time to do more than just the bind and device_type clause. I have prepared significant research for the cache directive as well, and could definitely

Re: [Draft] GSoC 2025 Proposal: Implementing Clang's -ftime-trace Feature in GCC

2025-04-06 Thread Andi Kleen
On 2025-04-06 10:46, Eldar Kusdavletov wrote: Thanks, Andi — I’ve updated the proposal to reflect your feedback, especially around separating frontend and backend phases. I now describe the backend instrumentation as building on existing per-function timevars and focusing on trace formatting and

Re: [Draft] GSoC 2025 Proposal: Implementing Clang's -ftime-trace Feature in GCC

2025-04-05 Thread Andi Kleen
On Mon, Mar 31, 2025 at 11:14:47PM +0300, Eldar Kusdavletov wrote: > I wanted to follow up on my previous email regarding my interest in > participating in Google Summer of Code with GCC. I saw the discussion in the > thread, but it seems there was no final confirmation. > > Could you please let m

Re: GSoC 2025: In-Memory Filesystem for GPU Offloading Tests

2025-04-05 Thread Arijit Kumar Das via Gcc
ry FS)* more > >interesting, and I'd like to work on it first. > > Sure, that's fine. ..., and we could then still put Option B on top, in > case that just Option A should turn out to be too easy for you. ;-) > > >- However, if *Option B (RPC-based host

GSoC[Fortran Runtime argument check ] Draft of Proposal and some doubts about the needs

2025-04-05 Thread Gwen Fu via Gcc
My doubt : 1.Does the compilation option only need to support fortran versions above 9, o5r does it also need to support fortran 77? 2.Regarding parameter checking, *my idea is that after the user creates an array of a specified size, it is passed into the function as a parameter*. However, the arr

GSoC Draft Proposal Submission: Fortran 2018/202x

2025-04-05 Thread Yuao Ma via Gcc
Hi GCC developers, I'm sharing the draft proposal for my GSoC project titled "Fortran 2018/202x". It has already been posted on the Fortran mailing list, where I received valuable feedback from gfortran developers. As mentioned on the GCC GSoC page, proposals should also be sh

Re: GSoC Interest in enhancing OpenACC support

2025-04-04 Thread Thomas Schwinge
hose you've mentioned above. Plus, additional features as per the more recent releases of the OpenACC specification, with varying complexity, which we (mostly) can pick individually. Of course, you'd not start with the most complex one first. > Also, how much technical detail should I

Re: GSoC 2025 Introduction & Interest in GCC Rust Front-End

2025-04-04 Thread Martin Jambor
owledge of Rust. > > I am applying for GSoC 2025 and am particularly interested in the > "Rewrite Rust Lints" project under GCC. We are delighted you found contributing to GCC interesting. >I have gone through the gccrs GitHub repository and understand that >this project invo

[GSoC] OpenACC bind() and device_type

2025-04-04 Thread Carter Weidman via Gcc
Here is my (potentially naive) understanding of how we may implement bind() and device_type (probably in a follow-up email) in GCC. These are primary parts of the project that I am interested in. I would be open to exploring the cache directive as well though would like to start with a limited s

GSoC OpenACC

2025-04-04 Thread Carter Weidman via Gcc
Hello! My name is Carter. I’m looking to become active in the GCC community. I would of course love to be funded through GSoC (and will most definitely be submitting a formal proposal) but will contribute regardless of this. I’m interesting in the OpenACC parts of the posted projects, so

Re: [Draft] GSoC 2025 Proposal: Implementing Clang's -ftime-trace Feature in GCC

2025-04-04 Thread Andi Kleen
On Fri, Apr 04, 2025 at 07:21:47AM +0300, Eldar Kusdavletov wrote: > Thanks. I’ve submitted a more concrete version of the proposal — attaching it > here. > > I’ve taken a brief look at Clang’s implementation, but the idea isn’t to > follow > it exactly — rather, to provide a similar kind of trac

Re: GSoC 2025: In-Memory Filesystem for GPU Offloading Tests

2025-04-04 Thread Thomas Schwinge
host FS access)* is the preferred >approach for GSoC, I’d be happy to work on that as well. > For now, I’ll begin setting up the toolchain and running simple OpenMP > target kernels as suggested. Thanks again for your guidance! Let us know if you need further help; we understand it's

Re: [Draft] GSoC 2025 Proposal: Implementing Clang's -ftime-trace Feature in GCC

2025-04-04 Thread waffl3x via Gcc
On Thursday, April 3rd, 2025 at 10:45 PM, Andi Kleen wrote: > > > On Fri, Apr 04, 2025 at 07:21:47AM +0300, Eldar Kusdavletov wrote: > > > Thanks. I’ve submitted a more concrete version of the proposal — attaching > > it > > here. > > > > I’ve taken a brief look at Clang’s implementation, b

Re: GSoC

2025-04-04 Thread Martin Jambor
Hi, On Wed, Apr 02 2025, Leul Abiy via Gcc wrote: > Dear Sir/Madam, > > I would like to work on the rust frontend for this summer. We are delighted you found contributing to GCC interesting. > I am trying to > break down all the steps for the first project in the rust frontend. So far > I plan o

Re: [GSoC][Enhance OpenACC support] Uncertain about Cache directive functionality and device_type clause goal

2025-04-04 Thread Zhang lv via Gcc
25 at 3:17 AM Thomas Schwinge wrote: > Hi Chenlu! > > On 2025-03-27T22:05:02+1100, Zhang lv via Gcc wrote: > > Hi here, > > Welcome to GCC! > > > I found digging into OpenACC meaningful. It's a late start for a GSoC > > proposal > > ..., but not yet too

Re: [GSoC] Tooling for running BPF GCC tests on a live kernel

2025-04-03 Thread Jose E. Marchesi via Gcc
uilt it, > running the test suite while going through the "Before you apply" > section on the GSoC page. >> > I found "Tooling for Running BPF GCC Tests on a Live Kernel" >> > interesting and intend to apply for it in GSoC 2025. >> >> Thank

Re: [GSoC] Tooling for running BPF GCC tests on a live kernel

2025-04-03 Thread Piyush Raj via Gcc
the "Before you apply" section on the GSoC page. > > I found "Tooling for Running BPF GCC Tests on a Live Kernel" > > interesting and intend to apply for it in GSoC 2025. > > Thank you for your interest in working in this project in particular. > It is an i

Re: GSoC: Application Proposal for Simple File System for Nvidia and AMD GPU Code Testing

2025-04-02 Thread Ambika Sharan via Gcc
> > This expands on implementation details, compares different approaches > (in-memory vs. RPC-based solutions), and identifies relevant GCC components > to modify. > > 1. Overview of Implementation Approaches > > Currently, GCC’s GPU offloading test framework lacks support for file I/O, > causing

GSoC

2025-04-02 Thread Leul Abiy via Gcc
Dear Sir/Madam, I would like to work on the rust frontend for this summer. I am trying to break down all the steps for the first project in the rust frontend. So far I plan on creating the visitor class as stated and then using it to deal with all the different types of errors such as dead code, a

Re: GSoC 2025 – Excited About GCC Go Escape Analysis & Seeking Guidance

2025-04-02 Thread Ian Lance Taylor via Gcc
On Wed, Apr 2, 2025 at 6:35 AM Thomas Schwinge wrote: > > On 2025-03-31T19:48:16+0530, Astha Pipania via Gcc wrote: > > I hope you're doing well! > > Astha, welcome to GCC! > > > I'm incredibly excited about the "GCC Go Escape > > Analysis&qu

Re: GSoC OpenACC

2025-04-02 Thread Thomas Schwinge
Hi Carter! On 2025-03-30T22:00:41+, Carter Weidman via Gcc wrote: > My name is Carter. I’m looking to become active in the GCC community. Welcome to GCC! > I would of course love to be funded through GSoC (and will most definitely be > submitting a formal proposal) but will c

Re: GSoC: Application Proposal for Simple File System for Nvidia and AMD GPU Code Testing

2025-04-02 Thread Thomas Schwinge
Hi Ambika! Welcome to GCC! On 2025-03-29T15:26:18-0500, Ambika Sharan via Gcc wrote: > Simple File System for Nvidia and AMD GPU Code Generation Testing Thanks for your interest, and initial work on this project idea. Please add more detail: ideas how you think you'd implement the respective

Re: [GSoC][Enhance OpenACC support] Uncertain about Cache directive functionality and device_type clause goal

2025-04-02 Thread Thomas Schwinge
Hi Chenlu! On 2025-03-27T22:05:02+1100, Zhang lv via Gcc wrote: > Hi here, Welcome to GCC! > I found digging into OpenACC meaningful. It's a late start for a GSoC > proposal ..., but not yet too late! :-) > and any suggestions from the community are appreciated! Feel fre

Re: GSOC interest in Extend the static analysis pass, [OpenACC]

2025-04-02 Thread Thomas Schwinge
ct. I'm sorry that I didn't pay full attention; I've recently removed that Analyzer/OpenACC idea from the list of project ideas: I already have a student working on this, outside of GSoC. > Also, I noticed that this link in the project idea description is dead: >

Re: GSoC mandatory step error

2025-04-02 Thread Jakub Jelinek via Gcc
On Tue, Apr 01, 2025 at 10:09:56AM +0200, Martin Jambor wrote: > The simple fix is to initialize the variable to nullptr in the source, > of course. :-) It is a false positive. gimple *stmt; ... for (gsi = gsi_last_bb (bb); !gsi_end_p (gsi); gsi_prev (&gsi)) { stmt = gsi_stmt (gsi);

Re: GSoC mandatory step error

2025-04-02 Thread Thomas Schwinge
Hi Leul! On 2025-03-31T18:33:51-0400, Leul Abiy via Gcc wrote: > I just wanted to ask about the build of gcc. I know it is a required step > before applying to GCC for the GSoC 2025. However, I get an error. Welcome to GCC, and good luck for GSoC 2025! In addition to what Martin already

Re: GSoC 2025 – Excited About GCC Go Escape Analysis & Seeking Guidance

2025-04-02 Thread Thomas Schwinge
Hi Astha, Ian! On 2025-03-31T19:48:16+0530, Astha Pipania via Gcc wrote: > I hope you're doing well! Astha, welcome to GCC! > I'm incredibly excited about the "GCC Go Escape > Analysis" project for GSoC 2025. ... which is listed on <https://gcc.gnu.org/

Re: [GSoC] Tooling for running BPF GCC tests on a live kernel

2025-04-01 Thread Jose E. Marchesi via Gcc
you for your understanding. > > -- Forwarded message - > From: Piyush Raj > Date: Tue, 1 Apr 2025 at 01:46 > Subject: [GSoC] Tooling for running BPF GCC tests on a live kernel > To: > > Hello, > I am an engineering student with experience in DevOps and

Re: GSoC mandatory step error

2025-04-01 Thread Martin Jambor
Hello, On Mon, Mar 31 2025, Leul Abiy via Gcc wrote: > Dear Sir/Madam, > > I just wanted to ask about the build of gcc. I know it is a required step > before applying to GCC for the GSoC 2025. However, I get an error. > > Here is the error: > > /home/stoplight/GitProjec

GSoC mandatory step error

2025-03-31 Thread Leul Abiy via Gcc
Dear Sir/Madam, I just wanted to ask about the build of gcc. I know it is a required step before applying to GCC for the GSoC 2025. However, I get an error. Here is the error: /home/stoplight/GitProjects/GCC-PROJECT/gcc/build/object/./prev-gcc/xg++ -B/home/stoplight/GitProjects/GCC-PROJECT/gcc

Re: [Draft] GSoC 2025 Proposal: Implementing Clang's -ftime-trace Feature in GCC

2025-03-31 Thread Eldar Kusdavletov via Gcc
*Dear GCC Mentoring Team,* > >> I am writing to submit my proposal for the Google Summer of Code (GSoC) > >> 2025 program, aiming to contribute to the GCC project by implementing a > >> feature similar to Clang's -ftime-trace. This feature generates > performance >

GSoC 2025 – Excited About GCC Go Escape Analysis & Seeking Guidance

2025-03-31 Thread Astha Pipania via Gcc
I hope you're doing well! I'm incredibly excited about the "GCC Go Escape Analysis" project for GSoC 2025. I've spent time reviewing past contributions, including the 2024 work related to Go in GCC, and I’m eager to build on that progress in a meaningful way. After going

[GSoC] Application feedback

2025-03-30 Thread Shin Umeda via Gcc
Hello, I'm writing an application for GSoC, and would like a little feedback. Application: This application is about enabling exception handling control flow in the static analyzer. Exception support is integral to C++ support, as most of the standard library uses exceptions to commun

GSoC: Application Proposal for Simple File System for Nvidia and AMD GPU Code Testing

2025-03-29 Thread Ambika Sharan via Gcc
Simple File System for Nvidia and AMD GPU Code Generation Testing 2. Project Description and Goals - This project aims to enhance the GCC testing framework for GPU-targeted code generation by developing a simple "in-memory" file system or an RPC mechanism for devices to access host f

Introduction and Interest in GSoC 2025 with GCC

2025-03-29 Thread Harsh Gupta via Gcc
writing to express my interest in participating in Google Summer of Code (GSoC) 2025 with the GCC project. Having worked with C++, Operating Systems, and DBMS, I am keen to contribute to GCC in any capacity. I am particularly interested in two areas: 1. Improving GCC Documentation: Enhancing the

GSoC 2025 Introduction & Interest in GCC Rust Front-End

2025-03-28 Thread Ansh Jaiswar via Gcc
Dear GCC Developers, I am Ansh Jaiswar , a second-year Computer Science student interested in compilers and systems programming. I have experience with C/C++ and basic knowledge of Rust. I am applying for GSoC 2025 and am particularly interested in the "Rewrite Rust Lints" project

[GSoC][Enhance OpenACC support] Uncertain about Cache directive functionality and device_type clause goal

2025-03-27 Thread Zhang lv via Gcc
Hi here, I found digging into OpenACC meaningful. It's a late start for a GSoC proposal, and any suggestions from the community are appreciated! Feel free to comment on any part of it. To save time for readers, I've outlined my key understandings here—expansion and polishing are st

Re: GSoC 2025 Rust Front-End: Name Resolution Pass Rewrite

2025-03-27 Thread Jie via Gcc
This is great, thank you so much! Martin Jambor 于2025年3月25日周二 07:11写道: > Hello, > > we are delighted you found contributing to GCC interesting. > > On Sun, Mar 16 2025, Christina / via Gcc wrote: > > Hello! I'm interested in the idea of "Name Resolution Pass Rewrite". > > I took the compiler cou

Re: GSOC 2025 - Fortran - 2018/202x

2025-03-26 Thread Martin Jambor
ny guidance or suggestions on how to get started, > such as relevant documentation, communication channels, or initial tasks. Our GSoC page at https://gcc.gnu.org/wiki/SummerOfCode should contain most of the information you are requesting. The best documents (and other steps to take) to get to kn

Re: [Draft] GSoC 2025 Proposal: Implementing Clang's -ftime-trace Feature in GCC

2025-03-26 Thread Sam James via Gcc
Jakub Jelinek via Gcc writes: > On Tue, Mar 25, 2025 at 07:21:32AM +0300, Eldar Kusdavletov via Gcc wrote: >> *Dear GCC Mentoring Team,* >> I am writing to submit my proposal for the Google Summer of Code (GSoC) >> 2025 program, aiming to contribute to the GCC proj

Re: [Draft] GSoC 2025 Proposal: Implementing Clang's -ftime-trace Feature in GCC

2025-03-26 Thread Jakub Jelinek via Gcc
On Tue, Mar 25, 2025 at 07:21:32AM +0300, Eldar Kusdavletov via Gcc wrote: > *Dear GCC Mentoring Team,* > I am writing to submit my proposal for the Google Summer of Code (GSoC) > 2025 program, aiming to contribute to the GCC project by implementing a > feature similar to Clang&#x

[GSoC]Fortran – run-time argument checking

2025-03-26 Thread Gwen Fu via Gcc
Gwen Fu 于 2025年3月25日周二 下午8:34写道: > I found out that "-fcheck=*" is an option for runtime checking, but the > relevant options are commented out. > OPT_fcheck_ = 1070,/* -fcheck= */ > /* OPT_fcheck_assert = 1071, *//* -fcheck=assert */ > /* OPT_fcheck_boun

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-25 Thread Tucker Taft via Gcc
;> finishing >> > his last semester in the Penn State University online Software >> Engineering >> > program, and is also finishing up an internship at the Lawrence >> Livermore >> > Laboratory focused on open source LLVM development. Ethan spent his >

Re: Gsoc: Fortran-Do Concurrent

2025-03-24 Thread Martin Jambor
tails regarding > scope of work. The scope is working towards the goals listed under "Goal is to execute the loops actually in parallel" at our GSoC wiki page. Good luck! Martin

[Draft] GSoC 2025 Proposal: Implementing Clang's -ftime-trace Feature in GCC

2025-03-24 Thread Eldar Kusdavletov via Gcc
*Dear GCC Mentoring Team,* I am writing to submit my proposal for the Google Summer of Code (GSoC) 2025 program, aiming to contribute to the GCC project by implementing a feature similar to Clang's -ftime-trace. This feature generates performance reports detailing the compiler's time di

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-24 Thread Tucker Taft via Gcc
ime > > at the lab working on LLVM’s Fortran frontend as well as GPU > > instrumentation tools. Most recently Ethan has been implementing a code > > generator for a hardware description language built on top of the > ParaSail > > Programming Language, using an API he imp

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-24 Thread Martin Jambor
looks forward to making a contribution to the open-source GNAT > FE component of the GCC compiler collection. That definitely looks like solid experience that proves that Ethan has what it takes to work on the project. Still, the general rules apply, please look at the "Before you apply&quo

Re: GSoC 2025 Rust Front-End: Name Resolution Pass Rewrite

2025-03-24 Thread Martin Jambor
Hello, we are delighted you found contributing to GCC interesting. On Sun, Mar 16 2025, Christina / via Gcc wrote: > Hello! I'm interested in the idea of "Name Resolution Pass Rewrite". > I took the compiler course and implemented a ALGOL-like language compiler. > I have huge passion about compil

GSoC 2025 Proposal Submission: Type-Based Alias Analysis in GCC using TySan

2025-03-24 Thread Sumit via Gcc
Title: Type-Based Alias Analysis in GCC using TySan Overview Both LLVM and GCC share a common sanitizer library called libsanitizer. Recently, libsanitizer has introduced support for Type-Based Sanitization (TySan). The goal of this project is to investigate and prototype the use of type-based

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-24 Thread Tucker Taft via Gcc
Thank you! Yes, I realize we need to submit the proposal to the GSoC program, and I believe we can do so starting today. Take care, -Tuck On Sun, Mar 23, 2025 at 11:28 PM Sam James wrote: > Tucker Taft via Gcc writes: > > > Proposal: Google Summer of Code on GCC A

GSOC 2025 - Fortran - 2018/202x

2025-03-23 Thread Yuao Ma via Gcc
implemented and which are still pending in the GSoC project. Additionally, I am interested in knowing which features are more suitable or have higher priority for implementation. Thank you for your time, and I look forward to the possibility of working with you and learning from the GCC community. Kind

Re: Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-23 Thread Sam James via Gcc
gt;ethanluismcdono...@gmail.com) >- > >Mentors: S. Tucker Taft (Lexington, MA -- tucker.t...@gmail.com) and >Richard Wai (Toronto, ON -- rich...@annexi-strayline.com) I assume you're already aware, but just saying in case (better than someone missing out): one must

Re: [GSOC 2025] Interests in extending the static analysis pass(es): support for C++ or CPython API

2025-03-19 Thread zzmic via Gcc
b.com/p4lang/p4c), although the [PRs I > made](https://github.com/p4lang/p4c/issues?q=state%3Aclosed%20is%3Apr%20author%3A%40me) > are not game-changing and are definitely not to the extent of a GSoC project. I'm sorry that the link that I attached with "PRs I made" doesn’t (and w

[GSOC 2025] Interests in extending the static analysis pass(es): support for C++ or CPython API

2025-03-19 Thread zzmic via Gcc
open-source projects, such as [p4c](https://github.com/p4lang/p4c), although the [PRs I made]( https://github.com/p4lang/p4c/issues?q=state%3Aclosed%20is%3Apr%20author%3A%40me) are not game-changing and are definitely not to the extent of a GSoC project. Thanks for your patience in reading this

GSoC Interest in enhancing OpenACC support

2025-03-19 Thread Pau Sum via Gcc
I provide in my GSoC proposal? Should I already have an idea of how I should be implementing these issues? Thanks for any guidance! Pau

Proposed GSoC project to enhance the GCC GNAT Ada front end

2025-03-18 Thread Tucker Taft via Gcc
Proposal: Google Summer of Code on GCC Ada Front end - Goal : Implement some of the light-weight parallelism features of Ada 2022 in the GNAT front end - Contributor: Ethan Luis McDonough, PSU '2025 ( ethanluismcdono...@gmail.com) - Mentors: S. Tucker Taft (Lexington, MA

Re: (GSoC) I am interested in contributing to GCC's Rust Front-End

2025-03-17 Thread Martin Jambor
Hello, On Wed, Mar 12 2025, Joey Pandina via Gcc wrote: > Dear GCC representative, > My name is Joey and I am a senior Computer Science student at Washington > State University. I am interested in contributing to GCC this summer. Last > semester, I took a class on compilers and thoroughly enjoyed

Re: [GSoC] Proposal Discussion:Fortran – run-time argument checking

2025-03-17 Thread Martin Jambor
Hello, we are delighted you found contributing to GCC interesting. On Mon, Mar 03 2025, Gwen Fu via Gcc wrote: > Dear GCC Community: > I hope this email finds you well. My name is Gwen Fu(or Pengrui Fu), and I > am interested in participating in Google Summer of Code 2025 with GCC. I am > writing

Re: [GSoC][Fortran – DO CONCURRENT] Interest in 2025 GSoC – Fortran DO CONCURRENT Auto-Parallelization

2025-03-17 Thread Martin Jambor
architecture. > I'm set to complete my research project in July and graduate soon. great, that sounds you are definitely qualified. Is this prefething project available anywhere? > > I'm very interested in applying for the 2025 GSoC project and discussing > potential id

Re: enquiry about GSoC

2025-03-17 Thread Martin Jambor
ugh the "Before you apply" section at our GSoC page: https://gcc.gnu.org/wiki/SummerOfCode#Before_you_apply However (potential mentors may correct me if I am wrong but) I think this particular project will mainly require familiarizing yourself with how libgomp library works, and the gcc co

GSoC 2025 Rust Front-End: Name Resolution Pass Rewrite

2025-03-16 Thread Christina / via Gcc
Hello! I'm interested in the idea of "Name Resolution Pass Rewrite". I took the compiler course and implemented a ALGOL-like language compiler. I have huge passion about compiler and would love to contribute to GCC community. I looked up some resources on this topic. Name resolution · Rust-GCC/gcc

Re: GSOC interest in Extend the static analysis pass, [OpenACC]

2025-03-15 Thread Sam James via Gcc
Kaaden Ruman via Gcc writes: > Hello, my name is Kaaden and I am a student at the University of Alberta in > Canada. I am interested in pursuing the "Extend the static analysis pass" > idea as a medium size project. > > I have cloned and built gcc and ran the testsuite and would like a > nudge

GSoC 2025: In-Memory Filesystem for GPU Offloading Tests

2025-03-15 Thread Arijit Kumar Das via Gcc
Hello GCC Community! I am Arijit Kumar Das, a second-year engineering undergraduate from NIAMT Ranchi, India. While my major isn’t Computer Science, my passion for system programming, embedded systems, and operating systems has driven me toward low-level development. Programming has always fascina

Gsoc: Fortran-Do Concurrent

2025-03-12 Thread ahmad tariq via Gcc
Hi, I'm Ahmad Abdul Rehman, a third year computer science undergraduate from FAST(Pakistan). I am interested in the "Do-Concurrent" project, and I noticed that some work has already been done. I wanted to know what the organization is specifically expecting from this project.Few things listed in th

Re: GSOC: Guidance on LTO, and Static Analysis Projects

2025-03-12 Thread Sam James via Gcc
gt; it extensively :) > > But GCC is complex, I believe the mentorship from GSOC will enable me to > start. I have of course gone through the “Before you Apply” section (also > built GCC, and executed test suite). I’d also like to mention that David’s > newbie guide and Prof Uday Khedkar’

Re: GSOC interest in Extend the static analysis pass

2025-03-12 Thread Sam James via Gcc
code base. > Let's not suggest obsolete (or non-GCC) projects to people asking about how to work on GCC itself for GSoC, please. > My current open source project is https://github.com/RefPerSys/RefPerSys/ (an > inference engine project, GPL licensed) which you could use to test/improve

(GSoC) I am interested in contributing to GCC's Rust Front-End

2025-03-12 Thread Joey Pandina via Gcc
Dear GCC representative, My name is Joey and I am a senior Computer Science student at Washington State University. I am interested in contributing to GCC this summer. Last semester, I took a class on compilers and thoroughly enjoyed it. I would be very excited to apply my theoretical knowledge and

GSOC interest in Extend the static analysis pass

2025-03-12 Thread Basile Starynkevitch
hello You could take (and improve/refactor) some obsolete code from https://github.com/bstarynk/bismon and read the below draft report http://www.starynkevitch.net/Basile/bismon-chariot-doc.pdf I am no more working on that code base. My current open source project is https://github.com/RefPerSys

enquiry about GSoC

2025-03-11 Thread Manish Mathe via Gcc
Hi, I am Manish, a 2nd year B.tech student from India and I have been using C for almost a year now, mostly to solve DSA problems on leetcode. I started learning C++ a month ago so I have a bit of an idea on it too. I was curious about the project "Simple file system for use during Nvidia and AMD

GSOC: Guidance on LTO, and Static Analysis Projects

2025-03-11 Thread Yatindra Indoria via Gcc
from GSOC will enable me to start. I have of course gone through the “Before you Apply” section (also built GCC, and executed test suite). I’d also like to mention that David’s newbie guide and Prof Uday Khedkar’s content have played a huge role in motivating me to apply. I wish to know what

Re: GSoC 2025: In-Memory Filesystem for GPU Offloading Tests

2025-03-11 Thread Andrew Stubbs
On 10/03/2025 15:37, Arijit Kumar Das via Gcc wrote: Hello GCC Community! I am Arijit Kumar Das, a second-year engineering undergraduate from NIAMT Ranchi, India. While my major isn’t Computer Science, my passion for system programming, embedded systems, and operating systems has driven me towar

GSOC interest in Extend the static analysis pass, [OpenACC]

2025-03-11 Thread Kaaden Ruman via Gcc
Hello, my name is Kaaden and I am a student at the University of Alberta in Canada. I am interested in pursuing the "Extend the static analysis pass" idea as a medium size project. I have cloned and built gcc and ran the testsuite and would like a nudge in the direction of what to look at next

Re: GSoC 2025: In-Memory Filesystem for GPU Offloading Tests

2025-03-11 Thread Andrew Stubbs
like to work on it first. * However, if *Option B (RPC-based host FS access)* is the preferred approach for GSoC, I’d be happy to work on that as well. I'll defer to Thomas who proposed the project and volunteered to act as GSoC mentor. :) Have fun! Andrew

Re: GSoC 2025: In-Memory Filesystem for GPU Offloading Tests

2025-03-10 Thread Arijit Kumar Das via Gcc
ion B (RPC-based host FS access)* is the preferred approach for GSoC, I’d be happy to work on that as well. For now, I’ll begin setting up the toolchain and running simple OpenMP target kernels as suggested. Thanks again for your guidance! Best regards, Arijit Kumar Das. On Mon, 10 Mar, 202

[GSoC][Fortran – DO CONCURRENT] Interest in 2025 GSoC – Fortran DO CONCURRENT Auto-Parallelization

2025-03-09 Thread Zhang lv via Gcc
duate soon. I'm very interested in applying for the 2025 GSoC project and discussing potential ideas with the community. However, I'm still unfamiliar with the best way to engage in these discussions and apply for the project, so this is my first attempt at reaching out. My primary int

Re: GCC GSoC 2025: Call for project ideas and mentors

2025-03-04 Thread Martin Jambor
Hello everyone, I am pleased that I can announce that we have been accepted to be a GSoC mentoring organization also in 2025!. This also means that students are now really starting to look at our idea page and so if anyone wants to add a project, it is still possible but we should not delay it

[GSoC] Proposal Discussion:Fortran – run-time argument checking

2025-03-03 Thread Gwen Fu via Gcc
is would allow me to contribute to the repository while also testing and demonstrating my suitability for the project. Thank you for your time and guidance! I look forward to your suggestions and hope to contribute to GCC through GSoC. Best regards, Gwen Fu 3293940...@qq.com / https://github.com/g

[GSoC][Rewrite Rust lints]: Suggestions to get started

2025-02-28 Thread 岡田隆太郎 via Gcc
Hello, My name is Ryutaro Okada. I am interested in participating in Google Summer of Code 2024 with the GCC organization. I am particularly fascinated by the project "Rewrite Rust lints to operate on our frontend's HIR instead of using GCC's existing infrastructure." I have prior experience in c

Re: [GSoC][Rewrite Rust lints]: Suggestions to get started

2025-02-28 Thread Martin Jambor
Hi, On Sat, Mar 01 2025, 岡田隆太郎 via Gcc wrote: > Hello, > > My name is Ryutaro Okada. I am interested in participating in Google Summer > of Code 2024 with the GCC organization. Presumably 2025? ;-) > I am particularly fascinated by the > project "Rewrite Rust lints to operate on our frontend's H

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Martin Jambor
borated on some > Rust projects with a friend, and I’m eager to deepen my understanding, > especially in compiler development and large codebases. > > I’m very interested in the Rust Frontend GSoC project and would love > to contribute. I’ve started exploring the gccrs repository and woul

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Basile Starynkevitch
https://gcc.gnu.org/onlinedocs/jit/ > > > > so my suggestion could be to prototype your Rust frontend as a GCC plugin > > (and > > reuse as much as possible existing frontend from  > > https://www.rust-lang.org/) > > > > I'm sorry, but this advice i

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Basile Starynkevitch
On Fri, 2025-02-28 at 12:54 +0100, Basile Starynkevitch wrote: > Hello Bright Andoh, > > > > > My name is Bright Andoh, and I’m a Computer Engineering student at the > > University of Alabama. I’m wrapping up my freshman year and have > > experience working with Rust and C. Last fall, I collabora

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Sam James via Gcc
st > compiler internals and using libgccjit to feed GCC. > > https://gcc.gnu.org/onlinedocs/jit/ > > so my suggestion could be to prototype your Rust frontend as a GCC plugin (and > reuse as much as possible existing frontend from https://www.rust-lang.org/) > I'm sorry, b

Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Basile Starynkevitch
Hello Bright Andoh, > > My name is Bright Andoh, and I’m a Computer Engineering student at the > University of Alabama. I’m wrapping up my freshman year and have > experience working with Rust and C. Last fall, I collaborated on some > Rust projects with a friend, and I’m eager to deepen my under

Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-27 Thread Bright Andoh via Gcc
, especially in compiler development and large codebases. I’m very interested in the Rust Frontend GSoC project and would love to contribute. I’ve started exploring the gccrs repository and would appreciate any guidance on where to begin. Are there any recommended beginner-friendly issues or

Re: Interested in contributing & GSOC

2025-01-31 Thread Martin Jambor
Hello, and sorry for a rather late reply, I am only now getting to GSoC stuff. Anyway, we are delighted you found contributing to GCC interesting. On Tue, Dec 31 2024, Aditya Dutt via Gcc wrote: > Hello, > > I am interested in compilers and have been trying to understand GCC for &g

GCC GSoC 2025: Call for project ideas and mentors

2025-01-29 Thread Martin Jambor
Hello, another year has passed, Google has announced there will be again Google Summer of Code (GsoC) in 2025 and the deadline for organizations to apply is already approaching (February 11th). I'd like to volunteer to be the main org-admin for GCC again but let me know if you think I shou

Interested in contributing & GSOC

2024-12-30 Thread Aditya Dutt via Gcc
Hello, I am interested in compilers and have been trying to understand GCC for some time. I am watching the GRC lectures [0] althought I know they are a bit outdated and the FOSDEM 2024 GCC devroom lectures [1]. I have been trying to understand the build system (what files get created during bui

Re: Request to Contribute to GNU Compiler Collection Project for GSoC Preparation

2024-11-26 Thread Martin Jambor
interest in contributing to > open-source projects. I am writing to express my keen interest in GNU > Compiler Collection, and to seek your guidance on how I can start > contributing to your codebase. > > As a newcomer to the Google Summer of Code (GSoC) program, I am eager to > gain ex

Request to Contribute to GNU Compiler Collection Project for GSoC Preparation

2024-11-20 Thread Vaibhav Arora via Gcc
guidance on how I can start contributing to your codebase. As a newcomer to the Google Summer of Code (GSoC) program, I am eager to gain experience and develop my skills by working on impactful projects. I believe that contributing to GNU Compiler Collection would be an invaluable opportunity for me to

Re: Introduction and Interest in GSOC 2025

2024-10-29 Thread Martin Jambor
Hello, On Sat, Oct 26 2024, Nainika Reddy Vempalli wrote: > Dear Martin and GCC Community, > > Thank you for clarifying the GSoC requirements for GCC. While I initially > hoped to work on the GCC webpages, I am still very eager to > participate in *GSoC > 2025 with GCC* and

  1   2   3   4   5   6   7   8   9   10   >