Skip to content

Commit 123c666

Browse files
committed
Add glossary
Also sets up a structure in a "docs" subdirectory which might be useful for other writeups.
1 parent 273a5e4 commit 123c666

File tree

3 files changed

+225
-0
lines changed

3 files changed

+225
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Both GLSL and WGSL are fairly primitive and low-level, not far removed from thei
4040

4141
There are potentially many other paths to compute shader IR, including [IREE] which is mostly targeting machine learning applications.
4242

43+
## Additional resources
44+
45+
There are some more resources in the [docs/](./docs/) subdirectory, including a [glossary](./docs/glossary.md).
46+
4347
## Contributing
4448

4549
This resource is open source and we welcome contributions to improve it. See [CONTRIBUTING.md] for more details.

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Additional compute shader documents
2+
3+
This directory contains some resources that hopefully will be of interest to authors of compute shaders.
4+
5+
These documents are a community resource, so please file issues or PRs if you can think of ways to improve them.
6+
7+
* [Glossary](glossary.md)

0 commit comments

Comments
 (0)