Skip to content

Commit e7708d1

Browse files
MilesHardingallcreaturesRead the Docs Bot
authored
Add video and presentation for Autodiff event (#174)
* Fix tag * Add video and slides for Autodiff * Add local build files to gitignore * Auto-update submodules * Auto-update submodules * Fix incorrect tag --------- Co-authored-by: James Riordon <[email protected]> Co-authored-by: Read the Docs Bot <[email protected]>
1 parent 71fd666 commit e7708d1

5 files changed

+17
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Gemfile
22
Gemfile.lock
3+
build.sh
34
_site/
45
upgrade-site.sh
56
docs/_build

_posts/2025-09-09-getting-started-with-slang-modularization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Getting Started with Slang: Modularization"
44
tagline: "Slang Virtual Meetup"
55
date: 2025-09-09 08:00:00 +0000
66
categories: [ "video" ]
7-
tags: [modulariztion]
7+
tags: [modularization]
88
author: ""
99
image: "/images/events/2025-07-getting-started-with-slang-modularization-thumbnail.webp"
1010
source_url: "/event/2025/07/28/getting-started-with-slang-modularization/"

_posts/2025-10-06-getting-started-with-slang-automatic-differentiation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ author: ""
1010
image: "/images/events/2025-10-21-Slang-Auto-Diff-Banner.webp"
1111
human_date: "October 21, 2025"
1212
event_button_label: "Learn More"
13+
youtube_id: "gUE-RIOwQKI"
1314
---
1415

16+
## Presentations
17+
Powerpoint Slides - [Getting Started with Shader Slang Autodiff](/images/events/2025-10-06-Getting-Started-with-Slang-Autodiff.pdf) (pdf)
18+
1519
## Automatic Differentiation
1620

1721
Join us for a focused deep dive on automatic differentiation in Slang with Shannon Woods. This session distills the core concepts of autodiff, emphasizing how forward and reverse modes work, how gradients propagate, and how to reason about correctness and efficiency with clear, minimal examples.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: post
3+
title: "Getting Started with Slang: Automatic Differentiation"
4+
tagline: "Slang Virtual Meetup"
5+
date: 2025-10-06 08:00:00 +0000
6+
categories: [ "video" ]
7+
tags: [slang]
8+
author: ""
9+
image: "/images/events/2025-10-21-Slang-Auto-Diff-Banner.webp"
10+
source_url: "/event/2025/10/06/getting-started-with-slang-automatic-differentiation/"
11+
---
2.47 MB
Binary file not shown.

0 commit comments

Comments
 (0)