mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
add gpu.cpp link to related projects in readme
This commit is contained in:
parent
bdb0fb5599
commit
ddd8aa0f34
1 changed files with 3 additions and 0 deletions
|
|
@ -213,6 +213,9 @@ Lastly, I will be a lot more sensitive to complexity in the root folder of the p
|
|||
- [llm.cpp](https://github.com/gevtushenko/llm.c) by @[gevtushenko](https://github.com/gevtushenko): a port of this project using the [CUDA C++ Core Libraries](https://github.com/NVIDIA/cccl)
|
||||
- A presentation this fork was covered in [this lecture](https://www.youtube.com/watch?v=WiB_3Csfj_Q) in the [CUDA MODE Discord Server](https://discord.gg/cudamode)
|
||||
|
||||
- WebGPU C++
|
||||
- [gpu.cpp](https://github.com/AnswerDotAI/gpu.cpp) by @[austinvhuang](https://github.com/austinvhuang): a library for portable GPU compute in C++ using native WebGPU. Aims to be a general-purpose library, but also porting llm.c kernels to WGSL.
|
||||
|
||||
- Go
|
||||
- [llm.go](https://github.com/joshcarp/llm.go) by @[joshcarp](https://github.com/joshcarp): a Go port of this project
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue