Skip to content

Commit 9b2da04

Browse files
pmozilvgvassilev
authored andcommitted
Add contributor profile and proposal
Signed-off-by: Petro Mozil <[email protected]>
1 parent 24f336e commit 9b2da04

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

_data/contributors.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,30 @@
275275
potentially establishing a new standard for high-performance genomic data analysis.
276276
proposal: /assets/docs/Aditya_Pandey_GSoC2025.pdf
277277
mentors: Martin Vassilev, Jonas Rembser, Fons Rademakers, Vassil Vassilev
278+
279+
- name: Petro Mozil
280+
photo: PetroMozil.jpeg
281+
info: "Google Summer of Code 2025 Contributor"
282+
283+
education: "Bachelor of Computer Science, Ukrainian Catholic University, Ukraine"
284+
github: "https://github.com/pmozil"
285+
active: 1
286+
linkedin: "https://www.linkedin.com/in/petro-mozil-a94583170/"
287+
projects:
288+
- title: "Enabling support for STL concurrency primitives in CLAD"
289+
status: Ongoing
290+
description: |
291+
Clad recursively iterates over the syntax tree to check whether a given
292+
statement should be differentiated. Each function that is called from
293+
inside of a differentiated function should be differentiated as well,
294+
and so should any object method. The main issue for clad is that std::thread is an object,
295+
and thus as a type that should be differentiated However, std::thread shouldn’t
296+
be differentiated, the function inside of it should.
297+
Some of STL’s concurrency primitives face the same problem -
298+
the methods in them should not be differentiated,
299+
and only the location of where they were called should be preserved.
300+
proposal: /assets/docs/petro_mozil_promosal_GSoC_2025.pdf
301+
mentors: Martin Vassilev, David Lange
278302

279303
- name: Salvador de la Torre Gonzalez
280304
info: "Google Summer of Code 2025 Contributor"

_pages/team/petro-mozil.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Compiler Research - Team - Petro Mozil"
3+
layout: gridlay
4+
excerpt: "Compiler Research: Team members"
5+
sitemap: false
6+
permalink: /team/PetroMozil
7+
8+
---
9+
10+
{% include team-profile.html %}
931 KB
Binary file not shown.

images/team/PetroMozil.jpg

107 KB
Loading

0 commit comments

Comments
 (0)