WAVE (Wide Architecture Virtual Encoding) - The universal GPU ISA. Write GPU kernels once, run on Apple, NVIDIA, AMD, and Intel GPUs. Includes compiler, four backends, emulator, and SDKs for Python, Rust, C++, and TypeScript.
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
bump version to 0.1.2, add spec v0.4 with CVT clarification and neural network training verification
6c8f113View on GitHubfeat: add PyTorch integration with WAVE GPU kernels and Metal backend
3901b4aView on GitHubci: add release workflow for PyPI, crates.io, npm, and GitHub Releases
a73508cView on GitHubdocs: migrate full WAVE spec from personal site to wave.ojima.me
abc0953View on GitHubdocs: update all READMEs, add missing READMEs, fix spec-verification build
221f628View on GitHubci: add multi-language lint, format, and SDK tests to CI pipeline
45f91d3View on GitHubfix: resolve all clippy warnings across wave-emu and wave-compiler
5cfb7cfView on GitHubfix: resolve all clippy doc_markdown warnings across all crates
8fb75cdView on GitHub