diff --git a/_data/contributors.yml b/_data/contributors.yml index 4fc0b1d6..6e43bcfa 100644 --- a/_data/contributors.yml +++ b/_data/contributors.yml @@ -235,6 +235,21 @@ proposal: /assets/docs/Riya_Bisht_GSoC2024_Proposal.pdf mentors: Vassil Vassilev, Wim Lavrijsen, Aaron Jomy, Jonas Rembser +- name: "Maksym Andriichuk" + photo: Andriichuk.jpg + info: "IRIS-HEP Fellow" + email: maksym.andriichuk@icloud.com + education: "Mathematics, University of Wuerzburg, Germany" + github: "https://github.com/ovdiiuv" + active: 1 + projects: + - title: "Optimizing automatic differentiation using activity analysis" + status: Ongoing + description: | + Clad has undergone significant optimization in the recent years. One such optimization is the To-Be-Recorded optimization which reduces the memory pressure to the clad tape data structure. The next step is to implement the activity analysis which discards all statements which are irrelevant for the generated code. That is, if the statements do not depend on the input/output variables of a routine in a differentiable way, they are ignored. Combining both analyses could result in a much greater performance, which is our ultimate goal. + proposal: /assets/docs/Maksym_Andriichuk_Proposal_2024.pdf + mentors: Vassil Vassilev, David Lange, Petro Zarytskyi + - name: "Atell Yehor Krasnopolski" photo: Atell.jpg info: "GSoC 2024 Contributor" diff --git a/_pages/team/maksym-andriichuk.md b/_pages/team/maksym-andriichuk.md new file mode 100644 index 00000000..c8b2fb54 --- /dev/null +++ b/_pages/team/maksym-andriichuk.md @@ -0,0 +1,10 @@ +--- +title: "Compiler Research - Team - Maksym Andriichuk" +layout: gridlay +excerpt: "Compiler Research: Team members" +sitemap: false +permalink: /team/MaksymAndriichuk +email: maksym.andriichuk@icloud.com +--- + +{% include team-profile.html %} diff --git a/assets/docs/Maksym_Andriichuk_Proposal_2024.pdf b/assets/docs/Maksym_Andriichuk_Proposal_2024.pdf new file mode 100644 index 00000000..fc5c6627 Binary files /dev/null and b/assets/docs/Maksym_Andriichuk_Proposal_2024.pdf differ diff --git a/images/team/Andriichuk.jpg b/images/team/Andriichuk.jpg new file mode 100644 index 00000000..0c6b626f Binary files /dev/null and b/images/team/Andriichuk.jpg differ