Skip to content

Commit 8484bc1

Browse files
authored
Add GSoC presentation (#312)
* Upload GSoC presentation * Fix typo * Fix blog error
1 parent 07aaccf commit 8484bc1

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/actions/spelling/allow/terms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AARCH
22
AIML
3+
Backpropagation
34
BGZF
45
CINT
56
CMSSW

_data/standing_meetings.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
time_cest: "17:00"
44
connect: "[Link to zoom](https://princeton.zoom.us/j/97915651167?pwd=MXJ1T2lhc3Z5QWlYbUFnMTZYQlNRdz09)"
55
agenda:
6+
- title: "Enhancing LLM Training Efficiency with Clad for Backpropagation"
7+
date: 2025-06-05 15:00:00 +0200
8+
speaker: "Rohan Timmaraju"
9+
link: "[Slides](/assets/presentations/CaaS_Weekly_05_06_2025_Rohan_Timmaraju_LLM_Training.pdf)"
610
- title: "Improve automatic differentiation of object-oriented paradigms using Clad"
711
date: 2025-06-05 16:00:00 +0200
812
speaker: "Petro Zarytskyi"

_posts/2025-05-21-enhancing-llm-training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ By successfully integrating Clad into a C++ LLM training pipeline, we aim to:
4343
* **Offer a C++ Alternative:** Provide a foundation for more efficient, compiler-driven LLM training within the C++ ecosystems.
4444
* **Learn and Share:** Gain insights into the practicalities of applying compiler-based AD to complex ML problems and share these learnings with the community.
4545

46-
I believe this project has the potential to make a valuable contribution to both the compiler research field and the ongoing efforts to make powerful AI models more accessible and efficient to train.
46+
This project has the potential to make a valuable contribution to both the compiler research field and the ongoing efforts to make powerful AI models more accessible and efficient to train.
4747

4848
### Related Links
4949

Binary file not shown.

0 commit comments

Comments
 (0)