Hello, we are delighted you found contributing to GCC interesting.
On Thu, Mar 13 2025, ahmad tariq via Gcc wrote: > 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 the description of the project overlap with work done by the previous > contributor. As far as I understand it, the completed project added the ability to parse the do concurrent "construct" and internally turned the loops into a form which can be run concurrently (I assume by "privatizing" some data so that the different concurrent iterations don't step on each other's intermediate results). But the task to actually use libgomp to run the loops in parallel remains, as does some masking functionality. (Tobias, please correct me if I am somehow very wrong.) > Additionally it was asked to contact before working on the details of the > project thus I would appreciate if you could provide details 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