Skip to content

Commit

Permalink
docs: add link to GPU examples
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Aug 27, 2024
1 parent e6c9e40 commit d8f184c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repository contains notes and code examples related to AI.
* [Linear-regression](./notes/linear-regression.md)
* [Copilot notes](./notes/copilot.md)
* [Rust AI/ML crates](./notes/rust.md)
* [Symbols](./notes/symbols.md)
* [GPUs](./gpu/README.md)

### Examples/Exploration code

Expand Down
8 changes: 8 additions & 0 deletions gpu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## GPU

### Examples/Exploration code
* [CUDA](./cuda) CUDA examples in C++
* [OpenCL](./opencl/README.md) OpenCL examples
* [Vulkan](./vulkan/README.md) Vulkan examples
* [Kompute](./kompute/README.md) Kompute examples
* [ROCm](./rocm/README.md) ROCm examples

0 comments on commit d8f184c

Please sign in to comment.