Skip to content

Commit 8f348ce

Browse files
committed
Fix clashing permalinks
1 parent a36a255 commit 8f348ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/2025-05-18-Supporting-STL-concurrency-primitives-in-clad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: post
44
excerpt: "Support for STL concurrency features in CLAD is a useful feature for applications utilizing cpu threads. Many applications of autodifferentiation benefit from parallel or concurrent processing, and support for some STL concurrency primitives such as threads and basic synchronization primitives may considerably simplify the user's design."
55
sitemap: false
66
author: Petro Mozil
7-
permalink: blogs/gsoc25_/
7+
permalink: blogs/gsoc25_petro_mozil_introduction_blog
88
banner_image: /images/blog/gsoc-banner.png
99
date: 2025-05-18
1010
tags: gsoc llvm clang auto-differentiation

_posts/2025-05-18-support-usage-of-thrust-API-in-clad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: post
44
excerpt: "This summer, I am working on adding support for Thrust API in Clad, enabling automatic differentiation of GPU-accelerated code. This work bridges the gap between high-performance CUDA parallelism and source-to-source AD transformation."
55
sitemap: false
66
author: Abdelrhman Elrawy
7-
permalink: blogs/gsoc25_/
7+
permalink: blogs/gsoc25_abdelrhman_elrawy_introduction_blog
88
banner_image: /images/blog/gsoc-banner.png
99
date: 2025-05-18
1010
tags: gsoc llvm clang automatic-differentiation gpu cuda thrust

0 commit comments

Comments
 (0)