GitHub - AnswerDotAI/gpu.cpp: A lightweight library for portable low-level GPU computation using WebGPU.
gpu.cpp
gpu.cpp is a lightweight library that makes portable GPU compute with C++ simple.
It focuses on general purpose native GPU computation, leveraging the WebGPU
specification as a portable low-level GPU interface. This means we can drop in
GPU code in C++ projects and have it run on Nvidia, Intel, AMD, and other GPUs.
The same C++ code can work on a wide variety of laptops, workstations, mobile
devices or virtually any hardware with Vulkan, Metal, or DirectX support.
Technical Objectives: L...
Read more at github.com