Skip to content

Commit 2bbf1ad

Browse files
authored
Fix typo in 2021-11-04-prefix-sum-portable.md
1 parent be07742 commit 2bbf1ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2021-11-04-prefix-sum-portable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In piet-gpu, by contrast, shaders are compiled to IR ahead of time as part of th
3434

3535
The Windows story with Dawn (Chrome's WebGPU implementation) continues to evolve. Currently they run with their own version of FXC, which brings compatibility to the widest range of devices (there's still a large fraction that can't run code from DXC) and lets them roll fixes if the version that ships with the OS is stale. I'm concerned that even so, there will be shaders that fail because of FXC limitations. There are a number of ways forward, including direct translation from WGSL into DXBC (and DXIL as well, for access to [Shader Model 6] capabilities), but at best this work will take a while.
3636

37-
There is a [WebGPU implemenation of decoupled look-back] by Reese Levine, but at this point it's not expected to pass. Hopefully it will be useful to shake out bugs (it would pass if the barrier scope were upgraded), and also to point the way for extensions to WebGPU that would allow this algorithm to run.
37+
There is a [WebGPU implementation of decoupled look-back] by Reese Levine, but at this point it's not expected to pass. Hopefully it will be useful to shake out bugs (it would pass if the barrier scope were upgraded), and also to point the way for extensions to WebGPU that would allow this algorithm to run.
3838

3939
### Shader translation
4040

@@ -135,7 +135,7 @@ Discuss on [Hacker News](https://news.ycombinator.com/item?id=29254668).
135135
[Atomic concerns]: https://github.com/gpuweb/gpuweb/issues/2229
136136
[uniformity analysis proposal]: https://github.com/gpuweb/gpuweb/pull/1571
137137
[permuted parallel message passing test]: https://github.com/KhronosGroup/VK-GL-CTS/issues/295
138-
[WebGPU implemenation of decoupled look-back]: https://gpuharbor.ucsc.edu/prefix-sum/
138+
[WebGPU implementation of decoupled look-back]: https://gpuharbor.ucsc.edu/prefix-sum/
139139
[Specifying and Testing GPU Workgroup Progress Models]: https://users.soe.ucsc.edu/~tsorensen/publication/oopsla2021b/
140140
[Vulkan CTS]: https://github.com/KhronosGroup/VK-GL-CTS
141141
[piet-gpu repo]: https://github.com/linebender/piet-gpu

0 commit comments

Comments
 (0)