Skip to content

Commit d8611f6

Browse files
committed
Add contributor profile and proposal
Signed-off-by: Petro Mozil <[email protected]>
1 parent 14376ac commit d8611f6

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

_data/contributors.yml

+24
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,30 @@
261261
potentially establishing a new standard for high-performance genomic data analysis.
262262
proposal: /assets/docs/Aditya_Pandey_GSoC2025.pdf
263263
mentors: Martin Vassilev, Jonas Rembser, Fons Rademakers, Vassil Vassilev
264+
265+
- name: Petro Mozil
266+
photo: PetroMozil.jpeg
267+
info: "Google Summer of Code 2025 Contributor"
268+
269+
education: "Bachelor of Computer Science, Ukrainian Catholic University, Ukraine"
270+
github: "https://github.com/pmozil"
271+
active: 1
272+
linkedin: "https://www.linkedin.com/in/petro-mozil-a94583170/"
273+
projects:
274+
- title: "Enabling support for STL concurrency primitives in CLAD"
275+
status: Ongoing
276+
description: |
277+
Clad recursively iterates over the syntax tree to check whether a given
278+
statement should be differentiated. Each function that is called from
279+
inside of a differentiated function should be differentiated as well,
280+
and so should any object method. The main issue for clad is that std::thread is an object,
281+
and thus as a type that should be differentiated However, std::thread shouldn’t
282+
be differentiated, the function inside of it should.
283+
Some of STL’s concurrency primitives face the same problem -
284+
the methods in them should not be differentiated,
285+
and only the location of where they were called should be preserved.
286+
proposal: /assets/docs/petro_mozil_promosal_GSoC_2025.pdf
287+
mentors: Martin Vassilev, David Lange
264288

265289
- name: "This could be you!"
266290
photo: rock.jpg

_pages/team/petro-mozil.md

+10
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)