Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
gpujs
/
gpu.js
Public
Notifications
You must be signed in to change notification settings
Fork
662
Star
15.4k
Code
Issues
64
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
WebGPU backend + async as a kernel property (asyncMode, mode 'async')
- #856
#856
Merged
fuzzie360
merged 16 commits into
develop
gpujs/gpu.js:develop
from
feature/webgpu-backend
gpujs/gpu.js:feature/webgpu-backend
Copy head branch name to clipboard
Jul 30, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
WebGPU backend + async as a kernel property (asyncMode, mode 'async')
#856
fuzzie360
merged 16 commits into
develop
gpujs/gpu.js:develop
from
feature/webgpu-backend
gpujs/gpu.js:feature/webgpu-backend
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2026
feat: WebGPU backend (mode 'webgpu') — compute shaders, storage buffers, async API
Show description for e852415
fuzzie360
and
claude
committed
e852415
View commit details
Copy full SHA for e852415
Browse repository at this point
test: WebGPU suite — 60 async QUnit tests across nine files
Show description for 3a3269d
fuzzie360
and
claude
committed
3a3269d
View commit details
Copy full SHA for 3a3269d
Browse repository at this point
bench: cpu vs webgl2 vs webgpu comparison harness
Show description for 0786a84
fuzzie360
and
claude
committed
0786a84
View commit details
Copy full SHA for 0786a84
Browse repository at this point
Commits on Jul 29, 2026
feat: async is a property a kernel can have, and mode 'async' picks the backend
Show description for e1caebb
fuzzie360
and
claude
committed
e1caebb
View commit details
Copy full SHA for e1caebb
Browse repository at this point
test: the async contract, backend by backend
Show description for 09bafc2
fuzzie360
and
claude
committed
09bafc2
View commit details
Copy full SHA for 09bafc2
Browse repository at this point
bench: main-thread availability under readback load
Show description for d4699fd
fuzzie360
and
claude
committed
d4699fd
View commit details
Copy full SHA for d4699fd
Browse repository at this point
docs: what 2.20.0 adds, what each backend is worth, and the road to v3
Show description for 9b0802f
fuzzie360
and
claude
committed
9b0802f
View commit details
Copy full SHA for 9b0802f
Browse repository at this point
docs: give webgpu and async their own sections, and the v3 notice its case
Show description for 4a02253
fuzzie360
and
claude
committed
4a02253
View commit details
Copy full SHA for 4a02253
Browse repository at this point
docs: settle the new sections after Dealing With Transpilation
Show description for b229fb6
fuzzie360
and
claude
committed
b229fb6
View commit details
Copy full SHA for b229fb6
Browse repository at this point
docs: the v3 notice goes above the fold
Show description for b74f0b3
fuzzie360
and
claude
committed
b74f0b3
View commit details
Copy full SHA for b74f0b3
Browse repository at this point
fix(webgpu): four codegen holes the adversarial review confirmed
Show description for c147681
fuzzie360
and
claude
committed
c147681
View commit details
Copy full SHA for c147681
Browse repository at this point
fix(webgpu): device limits and device loss stop masquerading as results
Show description for ec91b1c
fuzzie360
and
claude
committed
ec91b1c
View commit details
Copy full SHA for ec91b1c
Browse repository at this point
fix: the async contract holds at its seams
Show description for 3be52bb
fuzzie360
and
claude
committed
3be52bb
View commit details
Copy full SHA for 3be52bb
Browse repository at this point
Commits on Jul 30, 2026
docs: link the GPGPU course, and canonicalize every gpu.rocks URL
Show description for 2f010fa
fuzzie360
and
claude
committed
2f010fa
View commit details
Copy full SHA for 2f010fa
Browse repository at this point
fix: reusing a kernel with a different argument type gives that argument's answer
Show description for 5d1b70b
fuzzie360
and
claude
committed
5d1b70b
View commit details
Copy full SHA for 5d1b70b
Browse repository at this point
fix: `x * 0.5` and `0.5 * x` are the same multiplication again
Show description for f0657a2
fuzzie360
and
claude
committed
f0657a2
View commit details
Copy full SHA for f0657a2
Browse repository at this point
You can’t perform that action at this time.