-
Notifications
You must be signed in to change notification settings - Fork 23
Clean up events pages - add new event #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
405f566
Fix order error in import statements
allcreatures 1c55f5a
Remove need for seo.yml data
allcreatures 8e4184f
Add option for variable event button label
allcreatures 2788909
Add new event
allcreatures 40e6ab3
Cleanup date formatting on events
allcreatures 1a0998a
Fix typos
allcreatures File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
_posts/2025-10-06-getting-started-with-slang-automatic-differentiation.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| --- | ||
| layout: event | ||
| title: "Getting Started with Slang: Automatic Differentiation" | ||
| date: 2025-10-06 08:00:00 | ||
| end_date: 2025-10-21 09:00:00 | ||
| categories: [ "event" ] | ||
| tags: [slang] | ||
| event_type: "" | ||
| author: "" | ||
| image: "/images/events/2025-10-21-Slang-Auto-Diff-Banner.webp" | ||
| human_date: "October 21, 2025" | ||
| event_button_label: "Learn More" | ||
| --- | ||
|
|
||
| ## 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. | ||
|
|
||
| **What we’ll cover:** | ||
| - Forward and backward gradient propagation: intuition and step‑by‑step examples | ||
| - How to invoke autodiff from Slang | ||
| - Diff pairs and the forward/backward operators | ||
| - Differentiable vs. non‑differentiable types; making custom structs differentiable | ||
| - Providing custom derivatives for fine‑grained control | ||
| - Handling buffer access and gradient accumulation patterns | ||
| - Practical techniques for debugging and validating gradients | ||
| <br><br> | ||
|
|
||
| **Who should attend:** | ||
| - Graphics engineers exploring optimization or inverse problems | ||
| - Researchers and practitioners in differentiable rendering or neural graphics | ||
| - Developers curious about practical, GPU‑friendly autodiff concepts | ||
| - Bring your questions—there will be time for discussion and hands‑on gradient debugging tips. | ||
|
|
||
|
|
||
| <p><br><a class="btn btn-primary" href="https://khronosgroup.zoom.us/webinar/register/WN_ynYZnewkRvmoM5Fgbx-iYA" target="_blank">Register</a></p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in my name -- could you fix that while you're in this file?