Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a README link under related related projects for gpu.cpp under WebGPU C++ #682

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

austinvhuang
Copy link
Contributor

Add a README link under related related projects for gpu.cpp under WebGPU C++.

For background - gpu.cpp is a new project I've been working on. It's a small library for writing portable GPU code in C++ that works across vendors by using a native (ie non-browser) WebGPU implementation (Dawn from Google). It aims to be a general-purpose library, but will also port the dev/cuda kernels to make llm.c kernels broadly available as WebGPU kernels using the WebGPU Shading Language (WGSL).

Some relevant discussion here: #670

@karpathy karpathy merged commit a6f6bc7 into karpathy:master Jul 13, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants