Skip to content

Commit 3aedbdd

Browse files
authored
Execution dependency on subgroup shuffle operations (#71)
* first draft of subgroup scan article * some corrections * much more info, discussion on topic * added devsh to froglist * last section of blog post * possible final set of additions/changes to post * changed memory barrier to subgroup execution barrier in pseudocode * add another use case of ipc arch * use full company name
1 parent 9532d85 commit 3aedbdd

File tree

6 files changed

+392
-2
lines changed

6 files changed

+392
-2
lines changed

blog/2025/2025-06-19-subgroup-shuffle-reconvergence-on-nvidia/index.md

Lines changed: 366 additions & 0 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading

blog/authors.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,27 @@ jaked:
2727

2828
fletterio:
2929
name: Francisco Letterio
30-
title: Junior Developer @ DevSH GP
30+
title: Junior Developer @ DevSH Graphics Programming Sp. z O.O.
3131
url: https://github.com/Fletterio
3232
image_url: https://avatars.githubusercontent.com/u/40742817?v=4
3333
page: true
3434
socials:
35-
github: Fletterio
35+
github: Fletterio
36+
37+
keptsecret:
38+
name: Sorakrit Chonwattanagul
39+
title: Associate Developer @ DevSH Graphics Programming Sp. z O.O.
40+
url: https://github.com/keptsecret/
41+
image_url: https://avatars.githubusercontent.com/u/27181108?v=4
42+
page: true
43+
socials:
44+
github: keptsecret
45+
46+
devshgraphicsprogramming:
47+
name: Mateusz Kielan
48+
title: CTO of DevSH Graphics Programming Sp. z O.O.
49+
url: https://www.devsh.eu/
50+
image_url: https://avatars.githubusercontent.com/u/6894321?v=4
51+
page: true
52+
socials:
53+
github: devshgraphicsprogramming

static/webring/froglist.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,11 @@
7676
"url": "https://rtarun9.github.io/",
7777
"displayName": "Tarun R",
7878
"description": "Personal site with projects and blogs that are rarely updated"
79+
},
80+
{
81+
"name": "devsh",
82+
"url": "https://www.devsh.eu/",
83+
"displayName": "DevSH Graphics Programming",
84+
"description": "Homepage of DevSH Graphics Programming: Computer Graphics, Computer Geometry & Vision and High Performance Computing Consultancy"
7985
}
8086
]

0 commit comments

Comments
 (0)