Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Getting Started with Slang: Modularization"
tagline: "Slang Virtual Meetup"
date: 2025-09-09 08:00:00 +0000
categories: [ "video" ]
tags: [modulariztion]
tags: [modularization]
author: ""
image: "/images/events/2025-07-getting-started-with-slang-modularization-thumbnail.webp"
source_url: "/event/2025/07/28/getting-started-with-slang-modularization/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ author: ""
image: "/images/events/2025-10-21-Slang-Auto-Diff-Banner.webp"
human_date: "October 21, 2025"
event_button_label: "Learn More"
youtube_id: "gUE-RIOwQKI"
---

## Presentations
Powerpoint Slides - [Getting Started with Shader Slang Autodiff](/images/events/2025-10-06-Getting-Started-with-Slang-Autodiff.pdf) (pdf)

## Automatic Differentiation

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: post
title: "Getting Started with Slang: Automatic Differentiation"
tagline: "Slang Virtual Meetup"
date: 2025-10-06 08:00:00 +0000
categories: [ "video" ]
tags: [modularization]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the double entry for autodiff (one post on 10/27 and one on 10/6) intentional? I see the source_url line, so I assume yes -- I'm not entirely familiar with the CMS's yaml format. If so, the tag for this video should probably not be modularization.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modularization tag, good catch. Double post as this now has the video and presentation added. In order to have these appear under presentations, without changing the url, this was the only way we could figure out how to make that happen.

author: ""
image: "/images/events/2025-10-21-Slang-Auto-Diff-Banner.webp"
source_url: "/event/2025/10/06/getting-started-with-slang-automatic-differentiation/"
---
Binary file not shown.
Loading